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