Uses of Enum Class
org.apache.sysds.utils.Hash.HashType
Packages that use Hash.HashType
-
Uses of Hash.HashType in org.apache.sysds.runtime.matrix.operators
Methods in org.apache.sysds.runtime.matrix.operators that return Hash.HashTypeConstructors in org.apache.sysds.runtime.matrix.operators with parameters of type Hash.HashTypeModifierConstructorDescriptionCountDistinctOperator(CountDistinctOperatorTypes operatorType, Types.Direction direction, IndexFunction indexFunction, Hash.HashType hashType) -
Uses of Hash.HashType in org.apache.sysds.utils
Methods in org.apache.sysds.utils that return Hash.HashTypeModifier and TypeMethodDescriptionstatic Hash.HashTypeReturns the enum constant of this class with the specified name.static Hash.HashType[]Hash.HashType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.utils with parameters of type Hash.HashTypeModifier and TypeMethodDescriptionstatic intHash.hash(double o, Hash.HashType ht) Hash functions for double values.static intHash.hash(Object o, Hash.HashType ht) Generic hashing of java objects, not ideal for specific values so use the specific methods for specific types.