public class VersionedLongKeyTable<VALUE> extends IntArrayBasedKeyTable<VALUE>
| Constructor and Description |
|---|
VersionedLongKeyTable(int capacity,
int h,
VALUE singleValue,
int version) |
VersionedLongKeyTable(int h,
VALUE singleValue) |
| Modifier and Type | Method and Description |
|---|---|
long |
key(int index) |
int |
version() |
int |
version(int index) |
clear, hopBits, move, moveHopBit, put, putHopBit, putValue, remove, removeHopBit, valuepublic VersionedLongKeyTable(int h,
VALUE singleValue)
public VersionedLongKeyTable(int capacity,
int h,
VALUE singleValue,
int version)
public long key(int index)
index - the table index to get the key for.Table.nullKey() will be returned.public int version()
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.