Uses of Class
org.infinispan.util.AbstractMap

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.
 


-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.