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 theImmutableBag
interface.org.eclipse.collections.impl.bag.mutable This package contains implementations of theMutableBag
interface.org.eclipse.collections.impl.bag.sorted.immutable 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 definedHashingStrategy
s.org.eclipse.collections.impl.block.procedure This package contains implementations ofProcedure
andProcedure2
.org.eclipse.collections.impl.collection.immutable This package contains implementations of theImmutableCollection
interface.org.eclipse.collections.impl.collection.mutable This package contains implementations of theMutableCollection
interface.org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterable
interface.org.eclipse.collections.impl.lazy.parallel.list 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 theListIterable
interface.org.eclipse.collections.impl.list.fixed This package contains implementations of theFixedSizeList
interface.org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableList
interface.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableList
interface.org.eclipse.collections.impl.map This package contains implementations of theMapIterable
interface.org.eclipse.collections.impl.map.fixed This package contains implementations of theFixedSizeMap
interface.org.eclipse.collections.impl.map.immutable This package contains implementations of theImmutableMap
interface.org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMap
interface.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.ordered.mutable org.eclipse.collections.impl.map.sorted.immutable This package contains implementations of theMutableSortedMap
interface.org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMap
interface.org.eclipse.collections.impl.map.strategy.immutable This package contains immutable map implementations backed by hashtables that rely onHashingStrategy
s 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 onHashingStrategy
s 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.fixed This package contains implementations ofFixedSizeSet
.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.sorted.immutable This package contains implementations ofImmutableSortedSet
.org.eclipse.collections.impl.set.sorted.mutable This package contains implementations ofMutableSortedSet
.org.eclipse.collections.impl.set.strategy.immutable This package contains implementations of immutable sets with user definedHashingStrategy
s.org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategy
s.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStack
interface. -
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.immutable Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.bag.sorted.mutable Class Description AbstractRichIterable Counter A Counter can be used to increment and return an integer count. -
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.block.procedure Class Description Counter A Counter can be used to increment and return an integer count. -
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.parallel.list 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.immutable 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.map Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.map.fixed 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.mutable.primitive Class Description AbstractRichIterable -
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.fixed 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.sorted.immutable 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.immutable Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.set.strategy.mutable Class Description AbstractRichIterable -
Classes in org.eclipse.collections.impl used by org.eclipse.collections.impl.stack.immutable Class Description AbstractRichIterable