| Package | Description |
|---|---|
| org.neo4j.collection.primitive.hopscotch |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHopScotchCollection<VALUE>
Typical design of a hop scotch collection holding a table and communicating with
HopScotchHashingAlgorithm It's a HopScotchHashingAlgorithm.ResizeMonitor which will have the Table
reassigned when it grows. |
class |
AbstractIntHopScotchCollection<VALUE> |
class |
AbstractLongHopScotchCollection<VALUE> |
class |
PrimitiveIntHashSet |
class |
PrimitiveIntLongHashMap |
class |
PrimitiveIntObjectHashMap<VALUE> |
class |
PrimitiveLongHashSet |
class |
PrimitiveLongIntHashMap |
class |
PrimitiveLongLongHashMap |
class |
PrimitiveLongObjectHashMap<VALUE> |
| Modifier and Type | Method and Description |
|---|---|
static <VALUE> VALUE |
HopScotchHashingAlgorithm.put(Table<VALUE> table,
HopScotchHashingAlgorithm.Monitor monitor,
HopScotchHashingAlgorithm.HashFunction hashFunction,
long key,
VALUE value,
HopScotchHashingAlgorithm.ResizeMonitor<VALUE> resizeMonitor) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.