Uses of Package
org.eclipse.collections.api.collection
Packages that use org.eclipse.collections.api.collection
Package
Description
This package contains interfaces for Bag API.
This package contains interfaces for SortedBag API.
This package contains mutable and immutable primitive collection API.
This package contains interfaces for list API which enhance the performance and functionality of
List
.This package contains interfaces for map API which enhance the performance and functionality of
Map
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains mutable and immutable sorted map interfaces.
This package contains interfaces for
Multimap
.This package contains interfaces for
PartitionIterable
.This package contains interfaces for set API which enhance the performance and functionality of
Set
.This package contains interfaces for sorted set API.
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
HashingStrategy
s.This package contains implementations of the
ImmutableCollection
interface.This package contains implementations of the
MutableCollection
interface.This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the
Iterator
interface.This package contains implementations of the
FixedSizeList
interface.This package contains implementations of the
ImmutableList
interface.This package contains implementations of the
MutableList
interface.This package contains implementations of the
MapIterable
interface.This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableSortedMap
interface.This package contains implementations of the
Multimap
interface.This package contains implementations of
FixedSizeSet
.This package contains the implementations of
ImmutableSet
.This package contains implementations of
MutableSet
.This package contains implementations of
ImmutableSortedSet
.This package contains implementations of
MutableSortedSet
.This package contains implementations of immutable sets with user defined
HashingStrategy
s.This package contains implementations of sets with user defined
HashingStrategy
s.This package contains
SerializeTestHelper
and Verify
classes.This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.api.bagClassDescriptionImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.api.bag.sortedClassDescriptionImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.api.collectionClassDescriptionA FixedSizeCollection is a collection that may be mutated, but cannot grow or shrink in size.ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.api.collection.primitiveClassDescriptionImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.api.listClassDescriptionA FixedSizeCollection is a collection that may be mutated, but cannot grow or shrink in size.ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.api.mapClassDescriptionImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.api.map.primitiveClassDescriptionImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.api.map.sortedClassDescriptionMutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.api.multimapClassDescriptionImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.api.partitionClassDescriptionImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.api.setClassDescriptionA FixedSizeCollection is a collection that may be mutated, but cannot grow or shrink in size.ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.api.set.sortedClassDescriptionImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.bag.immutableClassDescriptionImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.bag.mutableClassDescriptionMutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.bag.sorted.immutableClassDescriptionImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.bag.sorted.mutableClassDescriptionMutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.bag.strategy.mutableClassDescriptionMutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.collection.immutableClassDescriptionImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.collection.mutableClassDescriptionImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.collection.mutable.primitiveClassDescriptionMutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.lazy.iteratorClassDescriptionMutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.list.fixedClassDescriptionA FixedSizeCollection is a collection that may be mutated, but cannot grow or shrink in size.MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.list.immutableClassDescriptionImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.list.mutableClassDescriptionMutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.mapClassDescriptionMutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.map.immutable.primitiveClassDescriptionImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.map.mutable.primitiveClassDescriptionMutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.map.ordered.mutableClassDescriptionMutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.map.sorted.mutableClassDescriptionMutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.multimapClassDescriptionImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.setClassDescriptionMutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.set.fixedClassDescriptionA FixedSizeCollection is a collection that may be mutated, but cannot grow or shrink in size.MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.set.immutableClassDescriptionImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.set.mutableClassDescriptionMutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.set.sorted.immutableClassDescriptionImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.set.sorted.mutableClassDescriptionMutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.set.strategy.immutableClassDescriptionImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.set.strategy.mutableClassDescriptionMutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.testClassDescriptionImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.utilityClassDescriptionMutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.utility.internalClassDescriptionMutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.