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