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