Interface | Description |
---|---|
LoopingIterator<T> |
An exteded
Iterator is suitable for use in the for ( ; ; ) statement. |
MapKeyProxy<K> |
Implementation of the Map with customize hash and equals functions.
|
Class | Description |
---|---|
CustomMap<K,V> |
Implementation of the Map interface where methods
hash() and equals() can be customized for all the Map. |
CustomMap.DefaultMapKey<K> |
A default implementation of the Map with customized hash() and equals() functions.
|
Copyright 2019-2022, Pavel Ponec