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