Package org.hibernate.internal.util.collections

Class Summary
ArrayHelper  
CollectionHelper Various help for handling collections.
EmptyIterator  
IdentityMap<K,V> A Map where keys are compared by object identity, rather than equals().
IdentityMap.IdentityKey<K>  
IdentityMap.IdentityMapEntry<K,V>  
IdentitySet Set implementation that use == instead of equals() as its comparison mechanism.
JoinedIterable<T> An JoinedIterable is an Iterable that wraps a number of Iterables.
JoinedIterator An JoinedIterator is an Iterator that wraps a number of Iterators.
LazyIterator  
LRUMap A simple LRU cache that implements the Map interface.
SimpleMRUCache Cache following a "Most Recently Used" (MRU) algorithm for maintaining a bounded in-memory size; the "Least Recently Used" (LRU) entry is the first available for removal from the cache.
SingletonIterator  
SoftLimitMRUCache Cache following a "Most Recently Used" (MRU) algorithm for maintaining a bounded in-memory size; the "Least Recently Used" (LRU) entry is the first available for removal from the cache.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.