Uses of Class
org.eclipse.collections.impl.AbstractRichIterable
Packages that use AbstractRichIterable
Package
Description
This package contains implementations of the
ImmutableBag interface.This package contains implementations of the
MutableBag interface.This package contains implementations of
MutableSortedBag.This package contains implementations of bags with user defined
HashingStrategys.This package contains implementations of the
ImmutableCollection interface.This package contains implementations of the
MutableCollection interface.This package contains implementations of the
LazyIterable interface.This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the
ListIterable interface.This package contains implementations of the
FixedSizeList interface.This package contains implementations of the
MutableList interface.This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the
MapIterable interface.This package contains implementations of the
ImmutableMap interface.This package contains implementations of the
MutableMap interface.This package contains implementations of the
MutableSortedMap interface.This package contains implementations of the
MutableSortedMap interface.This package contains immutable map implementations backed by hashtables that rely on
HashingStrategys provided by
the developer to compute the hashCode and equals for the objects stored in the map.This package contains mutable map implementations backed by hashtables that rely on
HashingStrategys provided by
the developer to compute the hashCode and equals for the objects stored in the map.This package contains the implementations of
ImmutableSet.This package contains implementations of
MutableSet.This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of
MutableSortedSet.This package contains implementations of sets with user defined
HashingStrategys.-
Uses of AbstractRichIterable in org.eclipse.collections.impl.bag
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.bag -
Uses of AbstractRichIterable in org.eclipse.collections.impl.bag.immutable
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.bag.immutableModifier and TypeClassDescriptionclassclassclassclass -
Uses of AbstractRichIterable in org.eclipse.collections.impl.bag.mutable
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.bag.mutableModifier and TypeClassDescriptionclassclassclassclassHashBag<T>A HashBag is a MutableBag which uses a Map as its underlying data store. -
Uses of AbstractRichIterable in org.eclipse.collections.impl.bag.sorted.mutable
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.bag.sorted.mutableModifier and TypeClassDescriptionclassclassTreeBag<T>A TreeBag is a MutableSortedBag which uses a SortedMap as its underlying data store. -
Uses of AbstractRichIterable in org.eclipse.collections.impl.bag.strategy.mutable
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.bag.strategy.mutable -
Uses of AbstractRichIterable in org.eclipse.collections.impl.collection.immutable
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.collection.immutable -
Uses of AbstractRichIterable in org.eclipse.collections.impl.collection.mutable
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.collection.mutable -
Uses of AbstractRichIterable in org.eclipse.collections.impl.lazy
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.lazyModifier and TypeClassDescriptionclassAbstractLazyIterable provides a base from which deferred iterables such as SelectIterable, RejectIterable and CollectIterable can be derived.classA ChunkIterable is an iterable that partitions a source iterable into fixed size chunks as it iterates.classCollectIterable<T,V> A CollectIterable is an iterable that transforms a source iterable using a function as it iterates.final classclassA DistinctIterable is an iterable that eliminates duplicates from a source iterable as it iterates.classDropIterable<T>Iterates over the elements of the adapted Iterable skipping the first count elements or the full adapted Iterable if the count is non-positive.classIterates over the elements of the adapted Iterable skipping the first elements until the predicate returns false.classFlatCollectIterable<T,V> classA LazyIterableAdapter wraps any iterable with the LazyIterable interface.classA RejectIterable is an iterable that filters a source iterable on a negative condition as it iterates.classA ReverseIterable is an iterable that wraps another iterable and iterates in reverse order.classA SelectIterable is an iterable that filters a source iterable for instances of a Class as it iterates.classA SelectIterable is an iterable that filters a source iterable on a condition as it iterates.classTakeIterable<T>Iterates over the first count elements of the adapted Iterable or the full size of the adapted iterable if the count is greater than the length of the receiver.classIterates over the elements of the adapted Iterable until the predicate returns false.classTapIterable<T>A TapIterable is an iterable that executes a procedure for each element before each iteration.classZipIterable<X,Y> A ZipIterable is an iterable that transforms a source iterable on a condition as it iterates.classA CollectIterable is an iterable that transforms a source iterable on a condition as it iterates. -
Uses of AbstractRichIterable in org.eclipse.collections.impl.lazy.primitive
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.lazy.primitiveModifier and TypeClassDescriptionclassThis file was automatically generated from template file chunkPrimitiveIterable.stg.classThis file was automatically generated from template file chunkPrimitiveIterable.stg.classThis file was automatically generated from template file chunkPrimitiveIterable.stg.classThis file was automatically generated from template file chunkPrimitiveIterable.stg.classThis file was automatically generated from template file chunkPrimitiveIterable.stg.classThis file was automatically generated from template file chunkPrimitiveIterable.stg.classThis file was automatically generated from template file chunkPrimitiveIterable.stg.classThis file was automatically generated from template file chunkPrimitiveIterable.stg.classclassThis file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg. -
Uses of AbstractRichIterable in org.eclipse.collections.impl.list
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.listModifier and TypeClassDescriptionfinal classAn Interval is a range of integers that may be iterated over using a step value. -
Uses of AbstractRichIterable in org.eclipse.collections.impl.list.fixed
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.list.fixedModifier and TypeClassDescriptionclassclassfinal classArrayAdapter<T>This class provides a MutableList wrapper around an array. -
Uses of AbstractRichIterable in org.eclipse.collections.impl.list.mutable
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.list.mutableModifier and TypeClassDescriptionclassfinal classCompositeFastList behaves like a list, but is composed of at least one list.classFastList<T>FastList is an attempt to provide the same functionality as ArrayList without the support for concurrent modification exceptions. -
Uses of AbstractRichIterable in org.eclipse.collections.impl.list.mutable.primitive
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.list.mutable.primitiveModifier and TypeClassDescriptionclassA boxed view of aMutableBooleanList.classA boxed view of aMutableByteList.classA boxed view of aMutableCharList.classA boxed view of aMutableDoubleList.classA boxed view of aMutableFloatList.classA boxed view of aMutableIntList.classA boxed view of aMutableLongList.classA boxed view of aMutableShortList. -
Uses of AbstractRichIterable in org.eclipse.collections.impl.map
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.map -
Uses of AbstractRichIterable in org.eclipse.collections.impl.map.immutable
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.map.immutable -
Uses of AbstractRichIterable in org.eclipse.collections.impl.map.mutable
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.map.mutableModifier and TypeClassDescriptionclassAbstractMutableMap<K,V> classfinal classConcurrentHashMap<K,V> classfinal classDeprecated.since 2.0classMapAdapter<K,V> This class provides a MutableMap wrapper around a JDK Collections Map interface instance.classUnifiedMap<K,V> UnifiedMap stores key/value pairs in a single array, where alternate slots are keys and values. -
Uses of AbstractRichIterable in org.eclipse.collections.impl.map.ordered.immutable
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.map.ordered.immutable -
Uses of AbstractRichIterable in org.eclipse.collections.impl.map.ordered.mutable
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.map.ordered.mutable -
Uses of AbstractRichIterable in org.eclipse.collections.impl.map.sorted.immutable
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.map.sorted.immutable -
Uses of AbstractRichIterable in org.eclipse.collections.impl.map.sorted.mutable
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.map.sorted.mutableModifier and TypeClassDescriptionclassclassSortedMapAdapter<K,V> This class provides a MutableSortedMap wrapper around a JDK Collections SortedMap interface instance.classTreeSortedMap<K,V> -
Uses of AbstractRichIterable in org.eclipse.collections.impl.map.strategy.immutable
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.map.strategy.immutable -
Uses of AbstractRichIterable in org.eclipse.collections.impl.map.strategy.mutable
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.map.strategy.mutableModifier and TypeClassDescriptionclassUnifiedMapWithHashingStrategy stores key/value pairs in a single array, where alternate slots are keys and values. -
Uses of AbstractRichIterable in org.eclipse.collections.impl.set
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.set -
Uses of AbstractRichIterable in org.eclipse.collections.impl.set.immutable
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.set.immutableModifier and TypeClassDescriptionclassThis class is the parent class for all ImmutableSets. -
Uses of AbstractRichIterable in org.eclipse.collections.impl.set.mutable
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.set.mutable -
Uses of AbstractRichIterable in org.eclipse.collections.impl.set.mutable.primitive
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.set.mutable.primitiveModifier and TypeClassDescriptionclassA boxed view of aMutableBooleanSet.classA boxed view of aMutableByteSet.classA boxed view of aMutableCharSet.classA boxed view of aMutableDoubleSet.classA boxed view of aMutableFloatSet.classA boxed view of aMutableIntSet.classA boxed view of aMutableLongSet.classA boxed view of aMutableShortSet. -
Uses of AbstractRichIterable in org.eclipse.collections.impl.set.sorted.mutable
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.set.sorted.mutable -
Uses of AbstractRichIterable in org.eclipse.collections.impl.set.strategy.mutable
Subclasses of AbstractRichIterable in org.eclipse.collections.impl.set.strategy.mutable