Uses of Package
org.eclipse.collections.api.collection
-
Packages that use org.eclipse.collections.api.collection Package Description org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.api.collection org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.list This package contains interfaces for list API which enhance the performance and functionality ofList.org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.api.map.sorted This package contains mutable and immutable sorted map interfaces.org.eclipse.collections.api.multimap This package contains interfaces forMultimap.org.eclipse.collections.api.partition This package contains interfaces forPartitionIterable.org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet.org.eclipse.collections.api.set.sorted This package contains interfaces for sorted set API. -
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.api.bag Class Description ImmutableCollection ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection 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.sorted Class Description ImmutableCollection ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection 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 Class Description FixedSizeCollection A FixedSizeCollection is a collection that may be mutated, but cannot grow or shrink in size.ImmutableCollection ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection 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.primitive Class Description ImmutableCollection ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection 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.list Class Description FixedSizeCollection A FixedSizeCollection is a collection that may be mutated, but cannot grow or shrink in size.ImmutableCollection ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection 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 Class Description ImmutableCollection ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection 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.primitive Class Description ImmutableCollection ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection 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.sorted Class Description MutableCollection 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.multimap Class Description ImmutableCollection ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection 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.partition Class Description ImmutableCollection ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection 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 Class Description FixedSizeCollection A FixedSizeCollection is a collection that may be mutated, but cannot grow or shrink in size.ImmutableCollection ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection 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.sorted Class Description ImmutableCollection ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.MutableCollection MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.