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