Uses of Class
org.eclipse.collections.impl.set.strategy.immutable.ImmutableHashingStrategySetFactoryImpl
-
Packages that use ImmutableHashingStrategySetFactoryImpl Package Description org.eclipse.collections.impl.set.strategy.immutable This package contains implementations of immutable sets with user definedHashingStrategy
s. -
-
Uses of ImmutableHashingStrategySetFactoryImpl in org.eclipse.collections.impl.set.strategy.immutable
Methods in org.eclipse.collections.impl.set.strategy.immutable that return ImmutableHashingStrategySetFactoryImpl Modifier and Type Method Description static ImmutableHashingStrategySetFactoryImpl
ImmutableHashingStrategySetFactoryImpl. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ImmutableHashingStrategySetFactoryImpl[]
ImmutableHashingStrategySetFactoryImpl. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-