|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractMap | |
---|---|
org.infinispan.util | General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. |
Uses of AbstractMap in org.infinispan.util |
---|
Subclasses of AbstractMap in org.infinispan.util | |
---|---|
class |
BidirectionalLinkedHashMap<K,V>
Similar to the JDK's LinkedHashMap except that this version makes use of the fact that entries are
bidirectionally linked and can hence be navigated either from the start or from the end. |
class |
FastCopyHashMap<K,V>
A HashMap that is optimized for fast shallow copies. |
|
--> |