Package org.eclipse.collections.impl.set.strategy.immutable
package org.eclipse.collections.impl.set.strategy.immutable
This package contains implementations of immutable sets with user defined
HashingStrategy
s.
This package contains the following implementations:
-
ImmutableEmptySetWithHashingStrategy
- anImmutableEmptySet<T>
with user defined hashing strategy. -
ImmutableUnifiedSetWithHashingStrategy
- anImmutableUnifiedSet<T>
with user defined hashing strategy.
This package contains one factory implementation:
-
ImmutableHashingStrategySetFactoryImpl
- a factory which creates instances of typeImmutableSet
with user defined hashing strategy.
-
ClassDescriptionThis is a zero element
ImmutableUnifiedSetWithHashingStrategy
which is created by calling the HashingStrategySets.immutable.empty() method.