| Package | Description |
|---|---|
| org.neo4j.hashing |
| Modifier and Type | Method and Description |
|---|---|
static HashFunction |
HashFunction.incrementalXXH64()
Our incremental XXH64 based hash function.
|
static HashFunction |
HashFunction.javaUtilHashing()
Same hash function as that used by the standard library hash collections.
|
static HashFunction |
HashFunction.xorShift32()
The default hash function is based on a pseudo-random number generator, which uses the input value as a seed
to the generator.
|
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.