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 ofMap
org.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.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.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.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.lazy.iterator This package contains implementations of theIterator
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.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.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.mutable This package contains implementations of theMutableSortedMap
interface.org.eclipse.collections.impl.multimap This package contains implementations of theMultimap
interface.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.test This package containsSerializeTestHelper
andVerify
classes.org.eclipse.collections.impl.utility This package contains static utilities that provide iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal 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.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. -
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.bag.immutable 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.impl.bag.mutable 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.impl.bag.sorted.immutable Class Description ImmutableCollection ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag. -
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.bag.sorted.mutable 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.impl.bag.strategy.mutable 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.impl.collection.immutable 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.impl.collection.mutable 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.impl.collection.mutable.primitive 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.impl.lazy.iterator 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.impl.list.fixed Class Description FixedSizeCollection A FixedSizeCollection is a collection that may be mutated, but cannot grow or shrink in size.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.impl.list.immutable 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.impl.list.mutable 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.impl.map 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.impl.map.immutable.primitive Class Description ImmutableCollection ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag. -
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.map.mutable.primitive 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.impl.map.ordered.mutable 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.impl.map.sorted.mutable 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.impl.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.impl.set 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.impl.set.fixed Class Description FixedSizeCollection A FixedSizeCollection is a collection that may be mutated, but cannot grow or shrink in size.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.impl.set.immutable 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.impl.set.mutable 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.impl.set.sorted.immutable 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.impl.set.sorted.mutable 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.impl.set.strategy.immutable Class Description ImmutableCollection ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag. -
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.set.strategy.mutable 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.impl.test Class Description ImmutableCollection ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag. -
Classes in org.eclipse.collections.api.collection used by org.eclipse.collections.impl.utility 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.impl.utility.internal 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.