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