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