public class PrimitiveLongLongHashMap extends AbstractLongHopScotchCollection<long[]> implements PrimitiveLongLongMap
| Constructor and Description |
|---|
PrimitiveLongLongHashMap(Table<long[]> table,
HopScotchHashingAlgorithm.Monitor monitor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(long key) |
long |
get(long key) |
long |
put(long key,
long value) |
long |
remove(long key) |
int |
size() |
String |
toString() |
void |
visitEntries(PrimitiveLongLongVisitor visitor) |
iterator, visitKeysclear, close, isEmpty, tableGrewequals, getClass, hashCode, notify, notifyAll, wait, wait, waitvisitKeysclear, close, isEmptyiteratorpublic PrimitiveLongLongHashMap(Table<long[]> table, HopScotchHashingAlgorithm.Monitor monitor)
public long put(long key,
long value)
put in interface PrimitiveLongLongMappublic boolean containsKey(long key)
containsKey in interface PrimitiveLongLongMappublic long get(long key)
get in interface PrimitiveLongLongMappublic long remove(long key)
remove in interface PrimitiveLongLongMappublic int size()
size in interface PrimitiveCollectionsize in class AbstractHopScotchCollection<long[]>public String toString()
toString in class AbstractHopScotchCollection<long[]>public void visitEntries(PrimitiveLongLongVisitor visitor)
visitEntries in interface PrimitiveLongLongMapCopyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.