Package org.infinispan.util

Interface Summary
BidirectionalMap<K,V> An extension of Map that returns ReversibleOrderedSets
Immutables.Immutable  
ReversibleOrderedSet<E> A set that allows reverse iteration of the set elements, exposed via the ReversibleOrderedSet.reverseIterator() method.
 

Class Summary
AbstractMap<K,V> Similar to the JDK's AbstractMap, this provides common functionality for custom map implementations.
AbstractMap.SimpleEntry<K,V>  
BeanUtils Simple JavaBean manipulation helper methods
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 nagigated either from the start or from the end.
ClassFinder Find infinispan classes utility
FastCopyHashMap<K,V> A HashMap that is optimized for fast shallow copies.
FileLookup Holds the logic of looking up a file, in the following sequence: try to load it with the curent thread's context ClassLoader if fails, the system ClassLoader if fails, try to load it as a file from the disck
ImmutableListCopy<E> A lightweight, read-only copy of a List.
Immutables Factory for generating immutable type wrappers.
InfinispanCollections Static helpers for Infinispan-specific collections
JaxbSchemaGenerator Generates XML schema using JAXB annotations from our configuration class hierarchy.
ObjectDuplicator A helper that efficiently duplicates known object types.
ReflectionUtil Basic reflection utilities to enhance what the JDK provides.
SimpleImmutableEntry<K,V> Where is Java 1.6?
TypedProperties Type-aware properties.
Util General utility methods used throughout the JBC code base.
Util.MapModifications Static inner class that holds 3 maps - for data added, removed and modified.
VisitableBidirectionalLinkedHashSet<E> 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 © 2009 JBoss, a division of Red Hat. All Rights Reserved.