public class LongKeyLongValueUnsafeTable extends UnsafeTable<long[]>
| Constructor and Description |
|---|
LongKeyLongValueUnsafeTable(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
long[] |
putValue(int index,
long[] value)
Puts, actually overwrites, the value at the given
index. |
long[] |
value(int index)
OPTIONAL operation.
|
clear, close, hopBits, key, move, moveHopBit, put, putHopBit, remove, removeHopBitpublic long[] putValue(int index,
long[] value)
Tableindex. This index will contractually be occupied
at the point where the algorithm calls this method. This new value
replaces the existing value at this index.putValue in interface Table<long[]>putValue in class UnsafeTable<long[]>index - the index to put this value in.value - the value to put at this index.public long[] value(int index)
Tablenull if unsupported.value in interface Table<long[]>value in class UnsafeTable<long[]>null will be returned.Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.