Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
F
G
H
I
O
U
F
fnv(byte[], int, int, long)
- Method in class org.getopt.util.hash.
FNV1
Compute the hash value.
fnv(byte[], int, int, long)
- Method in class org.getopt.util.hash.
FNV132
fnv(byte[], int, int, long)
- Method in class org.getopt.util.hash.
FNV164
fnv(byte[], int, int, long)
- Method in class org.getopt.util.hash.
FNV1a32
fnv(byte[], int, int, long)
- Method in class org.getopt.util.hash.
FNV1a64
FNV1
- Class in
org.getopt.util.hash
A family of fast hash functions, originally created by Glenn Fowler, Phong Vo, and improved by Landon Curt Noll.
FNV1()
- Constructor for class org.getopt.util.hash.
FNV1
FNV132
- Class in
org.getopt.util.hash
Implementation of FNV1 - a fast hash function.
FNV132()
- Constructor for class org.getopt.util.hash.
FNV132
Create a hash
FNV164
- Class in
org.getopt.util.hash
Implementation of FNV1 - a fast hash function.
FNV164()
- Constructor for class org.getopt.util.hash.
FNV164
Create a hash
FNV1_32_INIT
- Static variable in class org.getopt.util.hash.
FNV1
Initial seed for 32-bit hashes.
FNV1_64_INIT
- Static variable in class org.getopt.util.hash.
FNV1
Initial seed for 64-bit hashes.
FNV1a32
- Class in
org.getopt.util.hash
Implementation of FNV1a - a fast hash function.
FNV1a32()
- Constructor for class org.getopt.util.hash.
FNV1a32
Create a hash
FNV1a64
- Class in
org.getopt.util.hash
Implementation of FNV1a - a fast hash function.
FNV1a64()
- Constructor for class org.getopt.util.hash.
FNV1a64
Create a hash
G
getHash()
- Method in class org.getopt.util.hash.
FNV1
Retrieve the hash value
getHash()
- Method in class org.getopt.util.hash.
FNV132
getHash()
- Method in class org.getopt.util.hash.
FNV1a32
H
hash
- Variable in class org.getopt.util.hash.
FNV1
Current hash value.
I
INIT
- Variable in class org.getopt.util.hash.
FNV1
Current initial seed.
init(String)
- Method in class org.getopt.util.hash.
FNV1
Initialize this hash instance.
init(byte[], int, int)
- Method in class org.getopt.util.hash.
FNV1
Initialize this hash instance.
O
org.getopt.util.hash
- package org.getopt.util.hash
U
update(String)
- Method in class org.getopt.util.hash.
FNV1
Update the hash value.
update(byte[], int, int)
- Method in class org.getopt.util.hash.
FNV1
Update the hash value.
F
G
H
I
O
U
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes