Java org.apache.mahout.math.map HashFunctions fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.math.map HashFunctions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.math.map HashFunctions.

The text is from its open source code.

Method

inthash(char value)
Returns a hashcode for the specified value.
inthash(double value)
Returns a hashcode for the specified value.
inthash(float value)
Returns a hashcode for the specified value.
inthash(int value)
Returns a hashcode for the specified value.
inthash(long value)
Returns a hashcode for the specified value.
inthash(Object object)
Returns a hashcode for the specified object.
inthash(short value)
Returns a hashcode for the specified value.
inthash(boolean value)
Returns a hashcode for the specified value.