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