Uses of Package
org.eclipse.collections.api.set
Packages that use org.eclipse.collections.api.set
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains interfaces for BiMap API.
This package contains Factory API for
ImmutableHashingStrategySetFactory and MutableHashingStrategySetFactory.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
SetMultimap.This package contains interfaces for
PartitionSet.This package contains interfaces for set API which enhance the performance and functionality of
Set.This package contains API for mutable and immutable primitive sets.
This package contains interfaces for sorted set API.
This package contains implementations for Eclipse Collections API.
This package contains implementations of the
ImmutableBag interface.This package contains implementations of the
MutableBag interface.This package contains implementations of the
MutableBiMap interface.This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure.This package contains implementations of the
MutableCollection interface.This package contains static utilities for creating mutable and immutable collection factories.
This package contains implementations of the
ListIterable interface.This package contains implementations of the
MutableList interface.This package contains implementations of the
ImmutableMap interface.This package contains implementations of the
MutableMap interface.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 the
SetMultimap interface.This package contains implementations of the
PartitionSet interface.This package contains implementations of the
PartitionMutableSet 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 the mutable primitive set interfaces.
This package contains implementations of
MutableSortedSet.This package contains implementations of immutable sets with user defined
HashingStrategys.This package contains implementations of sets with user defined
HashingStrategys.This package contains implementations of the
MutableStack interface.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.set used by org.eclipse.collections.apiClassDescriptionImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.api.bagClassDescriptionImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).An iterable whose items are unique. -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.api.bimapClassDescriptionImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()). -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.api.factory.setClassDescriptionA FixedSizeSet is a set that may be mutated, but cannot grow or shrink in size.ImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MultiReaderSet provides thread-safe iteration for a set through methodswithReadLockAndDelegate()andwithWriteLockAndDelegate().A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.api.factory.set.strategyClassDescriptionImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.api.listClassDescriptionA ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.api.mapClassDescriptionImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.An iterable whose items are unique. -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.api.map.primitiveClassDescriptionImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.An iterable whose items are unique. -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.api.map.sortedClassDescriptionA MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.api.multimapClassDescriptionA Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.api.multimap.setClassDescriptionImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).An iterable whose items are unique. -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.api.partition.setClassDescriptionImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).An iterable whose items are unique. -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.api.setClassDescriptionA FixedSizeSet is a set that may be mutated, but cannot grow or shrink in size.ImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).An iterable whose items are unique. -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.api.set.primitiveClassDescriptionImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()). -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.api.set.sortedClassDescriptionA Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.implClassDescriptionA MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.bagClassDescriptionA MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.bag.immutableClassDescriptionImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.bag.mutableClassDescriptionA MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.bimapClassDescriptionA MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.bimap.immutable
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.bimap.mutableClassDescriptionA MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.block.factoryClassDescriptionA MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.collectionClassDescriptionImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.collection.mutableClassDescriptionImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.collectorClassDescriptionImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.factoryClassDescriptionImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.lazy.parallelClassDescriptionA MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.lazy.parallel.bagClassDescriptionA ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.lazy.parallel.listClassDescriptionA ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.lazy.parallel.setClassDescriptionA ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.An iterable whose items are unique.
-
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.listClassDescriptionA MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.list.mutableClassDescriptionA MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.map.immutable
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.map.mutableClassDescriptionA MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.map.mutable.primitiveClassDescriptionImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.map.ordered.mutableClassDescriptionA MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.map.sorted.mutableClassDescriptionA MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.multimapClassDescriptionA Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.multimap.setClassDescriptionImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.partition.setClassDescriptionImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.partition.set.strategyClassDescriptionA MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.setClassDescriptionA MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).An iterable whose items are unique.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.set.fixedClassDescriptionA FixedSizeSet is a set that may be mutated, but cannot grow or shrink in size.A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.set.immutableClassDescriptionImmutableSet is the non-modifiable equivalent interface to
MutableSet.A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).An iterable whose items are unique. -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.set.mutableClassDescriptionImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MultiReaderSet provides thread-safe iteration for a set through methodswithReadLockAndDelegate()andwithWriteLockAndDelegate().A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).An iterable whose items are unique. -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.set.mutable.primitiveClassDescriptionA MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.set.sorted.mutableClassDescriptionA Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.set.strategy.immutable
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.set.strategy.mutableClassDescriptionImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).An iterable whose items are unique. -
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.stack.mutableClassDescriptionA MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.test
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.utilityClassDescriptionA MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.set used by org.eclipse.collections.impl.utility.internalClassDescriptionImmutableSet is the non-modifiable equivalent interface to
MutableSet.A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).