public static class Empty.EmptyPrimitiveLongObjectMap<T> extends Empty.EmptyPrimitiveCollection implements PrimitiveLongObjectMap<T>
| Constructor and Description |
|---|
EmptyPrimitiveLongObjectMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(long key) |
T |
get(long key) |
PrimitiveLongIterator |
iterator() |
T |
put(long key,
T t) |
T |
remove(long key) |
<E extends Exception> |
visitEntries(PrimitiveLongObjectVisitor<T,E> visitor)
Visit the entries of this map, until all have been visited or the visitor returns 'true'.
|
<E extends Exception> |
visitKeys(PrimitiveLongVisitor<E> visitor)
Visit the keys of this collection, until all have been visited or the visitor returns 'true'.
|
clear, close, isEmpty, sizeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, close, isEmpty, sizepublic T put(long key, T t)
put in interface PrimitiveLongObjectMap<T>public boolean containsKey(long key)
containsKey in interface PrimitiveLongObjectMap<T>public T get(long key)
get in interface PrimitiveLongObjectMap<T>public T remove(long key)
remove in interface PrimitiveLongObjectMap<T>public <E extends Exception> void visitEntries(PrimitiveLongObjectVisitor<T,E> visitor) throws E extends Exception
PrimitiveLongObjectMapvisitEntries in interface PrimitiveLongObjectMap<T>E extends Exceptionpublic <E extends Exception> void visitKeys(PrimitiveLongVisitor<E> visitor) throws E extends Exception
PrimitiveLongCollectionvisitKeys in interface PrimitiveLongCollectionE extends Exceptionpublic PrimitiveLongIterator iterator()
iterator in interface PrimitiveLongIterableCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.