Uses of Package
org.infinispan.util

Packages that use org.infinispan.util
org.infinispan.config   
org.infinispan.context   
org.infinispan.util   
 

Classes in org.infinispan.util used by org.infinispan.config
TypedProperties
          Type-aware properties.
 

Classes in org.infinispan.util used by org.infinispan.context
BidirectionalLinkedHashMap
          Similar to the JDK's LinkedHashMap except that this version makes use of the fact that entries are bidirectionally linked and can hence be nagigated either from the start or from the end.
BidirectionalMap
          An extension of Map that returns ReversibleOrderedSets
 

Classes in org.infinispan.util used by org.infinispan.util
AbstractMap
          Similar to the JDK's AbstractMap, this provides common functionality for custom map implementations.
BidirectionalLinkedHashMap
          Similar to the JDK's LinkedHashMap except that this version makes use of the fact that entries are bidirectionally linked and can hence be nagigated either from the start or from the end.
BidirectionalMap
          An extension of Map that returns ReversibleOrderedSets
Immutables.Immutable
           
ReversibleOrderedSet
          A set that allows reverse iteration of the set elements, exposed via the ReversibleOrderedSet.reverseIterator() method.
TypedProperties
          Type-aware properties.
VisitableBidirectionalLinkedHashSet
          Similar to the JDK's LinkedHashSet except that it sets the underlying LinkedHashMap's accessOrder constructor parameter to true, allowing for recording of visits.
 



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