|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| DualMap<FIRSTELEMENT,SECONDELEMENT> | A dual map is the dual way counterpart of the Map interface. |
| MapUtils.MapElementMergeOperation<K,V> | A MapUtils.MapElementMergeOperation defines a MapUtils.MapElementMergeOperation.merge(Object, Object, Map) operation to merge Map elements into
a merged Map instance. |
| Class Summary | |
|---|---|
| IdentityLinkedHashMap<K,V> | Similar to an LinkedHashMap but using the identity comparison "object == element" for resolution of keys and values. |
| LinkedHashDualMap<FIRSTELEMENT,SECONDELEMENT> | Dual map implementation which makes use of two LinkedHashMap instances to get an index on both elements. |
| MapAbstract<K,V> | This abstract Map implementation does implement all methods which rely only on other methods within the Map
interface. |
| MapUtils | Helper class for Map operations. |
| ThreadLocalMap<K,V> | A ThreadLocalMap is a Map stored independently for each Thread by using ThreadLocal. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||