public interface PrimitiveLongSet extends PrimitiveLongCollection, LongPredicate
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(long value) |
boolean |
addAll(PrimitiveLongIterator values) |
boolean |
contains(long value) |
boolean |
remove(long value) |
visitKeysclear, close, isEmpty, sizeiteratorand, negate, or, testboolean add(long value)
boolean addAll(PrimitiveLongIterator values)
boolean contains(long value)
boolean remove(long value)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.