| Package | Description |
|---|---|
| org.neo4j.collection.primitive.hopscotch |
| Modifier and Type | Class and Description |
|---|---|
static class |
HopScotchHashingAlgorithm.Monitor.Adapter |
| Modifier and Type | Field and Description |
|---|---|
static HopScotchHashingAlgorithm.Monitor |
HopScotchHashingAlgorithm.NO_MONITOR |
| Modifier and Type | Method and Description |
|---|---|
static <VALUE> VALUE |
HopScotchHashingAlgorithm.get(Table<VALUE> table,
HopScotchHashingAlgorithm.Monitor monitor,
HopScotchHashingAlgorithm.HashFunction hashFunction,
long key) |
static <VALUE> VALUE |
HopScotchHashingAlgorithm.put(Table<VALUE> table,
HopScotchHashingAlgorithm.Monitor monitor,
HopScotchHashingAlgorithm.HashFunction hashFunction,
long key,
VALUE value,
HopScotchHashingAlgorithm.ResizeMonitor<VALUE> resizeMonitor) |
static <VALUE> VALUE |
HopScotchHashingAlgorithm.remove(Table<VALUE> table,
HopScotchHashingAlgorithm.Monitor monitor,
HopScotchHashingAlgorithm.HashFunction hashFunction,
long key) |
| Constructor and Description |
|---|
PrimitiveIntHashSet(Table<Object> table,
Object valueMarker,
HopScotchHashingAlgorithm.Monitor monitor) |
PrimitiveIntLongHashMap(Table<long[]> table,
HopScotchHashingAlgorithm.Monitor monitor) |
PrimitiveIntObjectHashMap(Table<VALUE> table,
HopScotchHashingAlgorithm.Monitor monitor) |
PrimitiveLongHashSet(Table<Object> table,
Object valueMarker,
HopScotchHashingAlgorithm.Monitor monitor) |
PrimitiveLongIntHashMap(Table<int[]> table,
HopScotchHashingAlgorithm.Monitor monitor) |
PrimitiveLongLongHashMap(Table<long[]> table,
HopScotchHashingAlgorithm.Monitor monitor) |
PrimitiveLongObjectHashMap(Table<VALUE> table,
HopScotchHashingAlgorithm.Monitor monitor) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.