| Package | Description |
|---|---|
| org.neo4j.collection.primitive | |
| org.neo4j.collection.primitive.base | |
| org.neo4j.collection.primitive.hopscotch |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PrimitiveIntCollection |
interface |
PrimitiveIntLongMap |
interface |
PrimitiveIntObjectMap<VALUE> |
interface |
PrimitiveIntSet |
interface |
PrimitiveLongCollection |
interface |
PrimitiveLongIntMap |
interface |
PrimitiveLongLongMap |
interface |
PrimitiveLongObjectMap<VALUE> |
interface |
PrimitiveLongSet |
| Modifier and Type | Class and Description |
|---|---|
class |
PrimitiveIntStack
Like a
Stack<Integer> but for primitive ints. |
class |
PrimitiveLongStack
Like a
Stack<Long> but for primitive longs. |
| Modifier and Type | Class and Description |
|---|---|
static class |
Empty.EmptyPrimitiveCollection |
static class |
Empty.EmptyPrimitiveIntCollection |
static class |
Empty.EmptyPrimitiveIntSet |
static class |
Empty.EmptyPrimitiveLongCollection |
static class |
Empty.EmptyPrimitiveLongObjectMap<T> |
static class |
Empty.EmptyPrimitiveLongSet |
| 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> |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.