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 definedHashingStrategys. -
-
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) classImmutableDoubletonSet<T>(package private) classImmutableEmptySet<T>This is a zero elementImmutableSetwhich is created by calling the Sets.immutable.empty() method.(package private) classImmutableQuadrupletonSet<T>(package private) classImmutableSingletonSet<T>(package private) classImmutableTripletonSet<T>(package private) classImmutableUnifiedSet<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) classImmutableEmptySetWithHashingStrategy<T>This is a zero elementImmutableUnifiedSetWithHashingStrategywhich is created by calling the HashingStrategySets.immutable.empty() method.(package private) classImmutableUnifiedSetWithHashingStrategy<T>
-