Package org.eclipse.net4j.util.collection
package org.eclipse.net4j.util.collection
Additional collection-like interfaces and classes.
-
ClassDescriptionAn abstract base class for custom iterators that
filter
the elements of a delegate iterator.An abstract base class for custom iterators that only requires to implement a singleAbstractIterator.computeNextElement()
method.An abstract base class for custom list iterators that only requires to implement theAbstractIterator.computeNextElement()
andAbstractListIterator.computePreviousElement()
methods.An object that iterates over the elements of an arrayBidiMap<K,V> BidiMapper<T1,T2> Deprecated.A closeable iterator.Various static helper methods.An iterator that is composed of multiple delegate iterators.DynamicArray<E>FastList<E>Deprecated.As of 3.2 useConcurrentArray
.HashBag<T>History<T>IHistory<T>IndexedList<E>MapEntry<K,V> A list with O(1) effort for random access.MoveableList<E>MultiMap<K,V> MultiMap.ListBased<K,V> Pair<T1,T2> Predicate<T>Deprecated.As of 3.5 usePredicate
.Deprecated.As of 3.10 useAbstractFilteredIterator.Predicated
.Triplet<T1,T2, T3> UnionSet<E>
BidiMap
.