|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntHashFunction | |
|---|---|
| zombie.util.hash | |
| zombie.util.map | |
| zombie.util.set | |
| Uses of IntHashFunction in zombie.util.hash |
|---|
| Classes in zombie.util.hash that implement IntHashFunction | |
|---|---|
class |
DefaultIntHashFunction
This class provides a default hash function for int values. |
| Fields in zombie.util.hash declared as IntHashFunction | |
|---|---|
static IntHashFunction |
DefaultIntHashFunction.INSTANCE
Default instance of this hash function. |
| Uses of IntHashFunction in zombie.util.map |
|---|
| Constructors in zombie.util.map with parameters of type IntHashFunction | |
|---|---|
IntKeyOpenHashMap(IntHashFunction keyhash)
Creates a new hash map with capacity 11, a relative growth factor of 1.0, and a load factor of 75%. |
|
IntKeyOpenHashMap(IntHashFunction keyhash,
double loadFactor)
Creates a new hash map with a capacity of 11, a relative growth factor of 1.0, and a specified load factor. |
|
IntKeyOpenHashMap(IntHashFunction keyhash,
int capacity)
Creates a new hash map with a specified capacity, a relative growth factor of 1.0, and a load factor of 75%. |
|
IntKeyOpenHashMap(IntHashFunction keyhash,
int capacity,
double loadFactor)
Creates a new hash map with a specified capacity and load factor, and a relative growth factor of 1.0. |
|
IntKeyOpenHashMap(IntHashFunction keyhash,
int capacity,
double loadFactor,
double growthFactor)
Creates a new hash map with a specified capacity, load factor, and relative growth factor. |
|
IntKeyOpenHashMap(IntHashFunction keyhash,
int capacity,
double loadFactor,
int growthChunk)
Creates a new hash map with a specified capacity, load factor, and absolute growth factor. |
|
| Uses of IntHashFunction in zombie.util.set |
|---|
| Constructors in zombie.util.set with parameters of type IntHashFunction | |
|---|---|
IntOpenHashSet(IntHashFunction keyhash)
Creates a new hash set with capacity 11, a relative growth factor of 1.0, and a load factor of 75%. |
|
IntOpenHashSet(IntHashFunction keyhash,
double loadFactor)
Creates a new hash set with a capacity of 11, a relative growth factor of 1.0, and a specified load factor. |
|
IntOpenHashSet(IntHashFunction keyhash,
int capacity)
Creates a new hash set with a specified capacity, a relative growth factor of 1.0, and a load factor of 75%. |
|
IntOpenHashSet(IntHashFunction keyhash,
int capacity,
double loadFactor)
Creates a new hash set with a specified capacity and load factor, and a relative growth factor of 1.0. |
|
IntOpenHashSet(IntHashFunction keyhash,
int capacity,
double loadFactor,
double growthFactor)
Creates a new hash set with a specified capacity, load factor, and relative growth factor. |
|
IntOpenHashSet(IntHashFunction keyhash,
int capacity,
double loadFactor,
int growthChunk)
Creates a new hash set with a specified capacity, load factor, and absolute growth factor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||