Uses of Package
org.infinispan.util

Packages that use org.infinispan.util
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.context Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags. 
org.infinispan.context.impl   
org.infinispan.remoting.transport.jgroups   
org.infinispan.transaction.xa   
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
BidirectionalMap
          An extension of Map that returns ReversibleOrderedSets
 

Classes in org.infinispan.util used by org.infinispan.context.impl
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.remoting.transport.jgroups
TypedProperties
          Type-aware properties.
 

Classes in org.infinispan.util used by org.infinispan.transaction.xa
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
           
ModuleProperties
          The ModuleProperties class represents Infinispan's module configuration key value pairs.
ReversibleOrderedSet
          A set that allows reverse iteration of the set elements, exposed via the ReversibleOrderedSet.reverseIterator() method.
TypedProperties
          Type-aware properties.
Util
          General utility methods used throughout the JBC code base.
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.
 


Google Analytics

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