Uses of Class
cz.cuni.jagrlib.HashFunction.HashType

Packages that use HashFunction.HashType
cz.cuni.jagrlib Core JaGrLib package. 
 

Uses of HashFunction.HashType in cz.cuni.jagrlib
 

Fields in cz.cuni.jagrlib declared as HashFunction.HashType
protected  HashFunction.HashType HashFunction.type
          Current hash-function type.
 

Methods in cz.cuni.jagrlib that return HashFunction.HashType
static HashFunction.HashType HashFunction.HashType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HashFunction.HashType[] HashFunction.HashType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cz.cuni.jagrlib with parameters of type HashFunction.HashType
 void HashFunction.setType(HashFunction.HashType type)
           
 

Constructors in cz.cuni.jagrlib with parameters of type HashFunction.HashType
HashFunction(HashFunction.HashType type)
           
HashFunction(HashFunction.HashType type, long parameter)