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
MapThis 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.
-
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.