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) |
void |
visitEntries(PrimitiveLongObjectVisitor<VALUE> visitor) |
visitKeysclear, close, isEmpty, sizeiteratorCopyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.