Package org.eclipse.net4j.util.collection

Additional collection-like interfaces and classes.


Interface Summary
Closeable  
CloseableIterator<E> A closeable iterator.
IHistory<T>  
IHistoryChangeEvent  
IHistoryElement<T>  
MoveableList<E>  
 

Class Summary
AbstractIterator<T> An abstract base class for custom iterators that only requires to implement a single AbstractIterator.computeNextElement() method.
ArrayIterator<T> An object that iterates over the elements of an array
BidiMapper<T1,T2>  
ByteArrayWrapper  
CaseInsensitiveStringSet  
ConcurrentArray<E>  
ConcurrentArray.DuplicateCounter<E>  
ConcurrentArray.Unique<E>  
DynamicArray<E>  
FastList<E> Deprecated. As of 3.2 use ConcurrentArray.
HashBag<T>  
History<T>  
HistoryElement<T>  
HistoryUtil  
IndexedList<E>  
IndexedList.ArrayBacked<E>  
MapEntry<K,V>  
MoveableArrayList<E> A list with O(1) effort for random access.
MultiMap<K,V>  
MultiMap.ListBased<K,V>  
Pair<T1,T2>  
PreferenceHistory  
RoundRobinBlockingQueue<E>  
Triplet<T1,T2,T3>  
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.