|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Hasher in org.semanticweb.elk.util.hashing |
|---|
| Methods in org.semanticweb.elk.util.hashing with parameters of type Hasher | ||
|---|---|---|
static
|
HashGenerator.combineListHash(Iterator<? extends T> hashObjectIterator,
Hasher<T> hasher)
Combine the hash codes of a collection of objects into one in a way that depends on their order. |
|
static
|
HashGenerator.combineListHash(List<? extends T> hashObjects,
Hasher<T> hasher)
Combine the hash codes of a collection of objects into one in a way that depends on their order. |
|
static
|
HashGenerator.combineMultisetHash(boolean finalize,
Iterable<? extends T> hashObjects,
Hasher<T> hasher)
Combine the hash codes of a collection of objects with an associative commutative hash function. |
|
static
|
HashGenerator.combineMultisetHash(boolean finalize,
Iterator<? extends T> hashObjectIterator,
Hasher<T> hasher)
Combine the hash codes of a collection of objects with an associative commutative hash function. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||