public static class Empty.EmptyPrimitiveLongSet extends Empty.EmptyPrimitiveLongCollection implements PrimitiveLongSet
| Constructor and Description |
|---|
Empty.EmptyPrimitiveLongSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(long value) |
boolean |
addAll(PrimitiveLongIterator values) |
boolean |
contains(long value) |
boolean |
remove(long value) |
iterator, visitKeysclear, close, isEmpty, sizeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvisitKeysclear, close, isEmpty, sizeiteratorpublic boolean add(long value)
add in interface PrimitiveLongSetpublic boolean addAll(PrimitiveLongIterator values)
addAll in interface PrimitiveLongSetpublic boolean contains(long value)
contains in interface PrimitiveLongSetpublic boolean remove(long value)
remove in interface PrimitiveLongSetCopyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.