Uses of Class
org.eclipse.collections.impl.set.immutable.AbstractImmutableSet
-
Packages that use AbstractImmutableSet Package Description org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet
.org.eclipse.collections.impl.set.strategy.immutable This package contains implementations of immutable sets with user definedHashingStrategy
s. -
-
Uses of AbstractImmutableSet in org.eclipse.collections.impl.set.immutable
Subclasses of AbstractImmutableSet in org.eclipse.collections.impl.set.immutable Modifier and Type Class Description (package private) class
ImmutableDoubletonSet<T>
(package private) class
ImmutableEmptySet<T>
This is a zero elementImmutableSet
which is created by calling the Sets.immutable.empty() method.(package private) class
ImmutableQuadrupletonSet<T>
(package private) class
ImmutableSingletonSet<T>
(package private) class
ImmutableTripletonSet<T>
(package private) class
ImmutableUnifiedSet<T>
-
Uses of AbstractImmutableSet in org.eclipse.collections.impl.set.strategy.immutable
Subclasses of AbstractImmutableSet in org.eclipse.collections.impl.set.strategy.immutable Modifier and Type Class Description (package private) class
ImmutableEmptySetWithHashingStrategy<T>
This is a zero elementImmutableUnifiedSetWithHashingStrategy
which is created by calling the HashingStrategySets.immutable.empty() method.(package private) class
ImmutableUnifiedSetWithHashingStrategy<T>
-