public static class Empty.EmptyPrimitiveLongSet extends Empty.EmptyPrimitiveLongCollection implements PrimitiveLongSet
| Constructor and Description |
|---|
EmptyPrimitiveLongSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(long value) |
boolean |
addAll(PrimitiveLongIterator values) |
boolean |
contains(long value) |
boolean |
remove(long value) |
boolean |
test(long value) |
iterator, visitKeysclear, close, isEmpty, sizeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvisitKeysclear, close, isEmpty, sizeiteratorand, negate, orpublic 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 test(long value)
test in interface LongPredicatepublic boolean remove(long value)
remove in interface PrimitiveLongSetCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.