public interface PrimitiveIntLongMap extends PrimitiveIntCollection
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(int key) |
long |
get(int key) |
long |
put(int key,
long value) |
long |
remove(int key) |
<E extends Exception> |
visitEntries(PrimitiveIntLongVisitor<E> visitor)
Visit the entries of this map, until all have been visited or the visitor returns 'true'.
|
visitKeysclear, close, isEmpty, sizeiteratorlong put(int key,
long value)
boolean containsKey(int key)
long get(int key)
long remove(int key)
<E extends Exception> void visitEntries(PrimitiveIntLongVisitor<E> visitor) throws E extends Exception
E extends ExceptionCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.