Package | Description |
---|---|
org.ujorm.tools.set |
Modifier and Type | Class and Description |
---|---|
protected static class |
CustomMap.DefaultMapKey<K>
A default implementation of the Map with customized hash() and equals() functions.
|
Modifier and Type | Method and Description |
---|---|
Set<MapKeyProxy<K>> |
CustomMap.keySetProxy()
Returns a set fo the proxy key
|
Constructor and Description |
---|
CustomMap(Function<K,MapKeyProxy<K>> keyFactory)
Mapper with a required equals and hasCode maker
|
CustomMap(HashMap<MapKeyProxy<K>,V> impl,
Function<K,MapKeyProxy<K>> keyFactory)
Full configuration mapper
|
CustomMap(HashMap<MapKeyProxy<K>,V> impl,
Function<K,MapKeyProxy<K>> keyFactory)
Full configuration mapper
|
Copyright 2019-2022, Pavel Ponec