Toggle navigation
JarYard
Browse
Search
About
Groups
com.slimjars.trove4j
trove4j-hash-functions
1.0.0
Javadoc
Package
Class
Use
Tree
Deprecated
Index
Help
Search
C
F
H
C
com.slimjars.dist.gnu.trove.impl
- package com.slimjars.dist.gnu.trove.impl
F
fastCeil(float)
- Static method in class com
.slimjars
.dist
.gnu
.trove
.impl
.
HashFunctions
In profiling, it has been found to be faster to have our own local implementation of "ceil" rather than to call to
Math
.ceil(double)
.
H
hash(double)
- Static method in class com
.slimjars
.dist
.gnu
.trove
.impl
.
HashFunctions
Returns a hashcode for the specified value.
hash(float)
- Static method in class com
.slimjars
.dist
.gnu
.trove
.impl
.
HashFunctions
Returns a hashcode for the specified value.
hash(int)
- Static method in class com
.slimjars
.dist
.gnu
.trove
.impl
.
HashFunctions
Returns a hashcode for the specified value.
hash(long)
- Static method in class com
.slimjars
.dist
.gnu
.trove
.impl
.
HashFunctions
Returns a hashcode for the specified value.
hash(Object)
- Static method in class com
.slimjars
.dist
.gnu
.trove
.impl
.
HashFunctions
Returns a hashcode for the specified object.
HashFunctions
- Class in
com.slimjars.dist.gnu.trove.impl
Provides various hash functions.
HashFunctions()
- Constructor for class com
.slimjars
.dist
.gnu
.trove
.impl
.
HashFunctions
C
F
H