Uses of Package
org.eclipse.collections.impl
-
Packages that use org.eclipse.collections.impl Package Description org.eclipse.collections.impl This package contains implementations for Eclipse Collections API.org.eclipse.collections.impl.bag org.eclipse.collections.impl.bag.immutable This package contains implementations of theImmutableBaginterface.org.eclipse.collections.impl.bag.mutable This package contains implementations of theMutableBaginterface.org.eclipse.collections.impl.bag.sorted.mutable This package contains implementations ofMutableSortedBag.org.eclipse.collections.impl.bag.strategy.mutable This package contains implementations of bags with user definedHashingStrategys.org.eclipse.collections.impl.collection.immutable This package contains implementations of theImmutableCollectioninterface.org.eclipse.collections.impl.collection.mutable This package contains implementations of theMutableCollectioninterface.org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterableinterface.org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list This package contains implementations of theListIterableinterface.org.eclipse.collections.impl.list.fixed This package contains implementations of theFixedSizeListinterface.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableListinterface.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.map This package contains implementations of theMapIterableinterface.org.eclipse.collections.impl.map.immutable This package contains implementations of theImmutableMapinterface.org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMapinterface.org.eclipse.collections.impl.map.ordered.mutable org.eclipse.collections.impl.map.sorted.immutable This package contains implementations of theMutableSortedMapinterface.org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMapinterface.org.eclipse.collections.impl.map.strategy.immutable This package contains immutable map implementations backed by hashtables that rely onHashingStrategys provided by the developer to compute the hashCode and equals for the objects stored in the map.org.eclipse.collections.impl.map.strategy.mutable This package contains mutable map implementations backed by hashtables that rely onHashingStrategys provided by the developer to compute the hashCode and equals for the objects stored in the map.org.eclipse.collections.impl.set org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet.org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.set.sorted.mutable This package contains implementations ofMutableSortedSet.org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategys. -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl Class Description Counter A Counter can be used to increment and return an integer count.EmptyIterator A Singleton iterator which is empty and can be used by all empty collections.SynchronizedRichIterable A synchronized view of a RichIterable.UnmodifiableRichIterable An unmodifiable view of a RichIterable. -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.bag Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.bag.immutable Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.bag.mutable Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.bag.sorted.mutable Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.bag.strategy.mutable Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.collection.immutable Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.collection.mutable Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.lazy Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.lazy.primitive Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.list Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.list.fixed Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.list.mutable Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.list.mutable.primitive Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.map Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.map.immutable Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.map.mutable Class Description AbstractRichIterable UnmodifiableMap An unmodifiable view of a Map. -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.map.ordered.mutable Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.map.sorted.immutable Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.map.sorted.mutable Class Description AbstractRichIterable UnmodifiableMap An unmodifiable view of a Map. -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.map.strategy.immutable Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.map.strategy.mutable Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.set Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.set.immutable Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.set.mutable Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.set.mutable.primitive Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.set.sorted.mutable Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.set.strategy.mutable Class Description AbstractRichIterable