public interface PrimitiveIntObjectMap<VALUE> extends PrimitiveIntCollection
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(int key) |
VALUE |
get(int key) |
VALUE |
put(int key,
VALUE value) |
VALUE |
remove(int key) |
void |
visitEntries(PrimitiveIntObjectVisitor<VALUE> visitor) |
visitKeysclear, close, isEmpty, sizeiteratorCopyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.