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) |
<E extends Exception> |
visitEntries(PrimitiveIntObjectVisitor<VALUE,E> visitor)
Visit the entries of this map, until all have been visited or the visitor returns 'true'.
|
visitKeysclear, close, isEmpty, sizeiteratorboolean containsKey(int key)
VALUE get(int key)
VALUE remove(int key)
<E extends Exception> void visitEntries(PrimitiveIntObjectVisitor<VALUE,E> visitor) throws E extends Exception
E extends ExceptionCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.