public interface PrimitiveLongSet extends PrimitiveLongCollection, org.neo4j.function.LongPredicate, org.neo4j.function.primitive.PrimitiveLongPredicate
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(long value)
Deprecated.
use
contains(long) instead, or LongPredicate.test(long) if a predicate is required |
boolean |
add(long value) |
boolean |
addAll(PrimitiveLongIterator values) |
boolean |
contains(long value) |
boolean |
remove(long value) |
visitKeysclear, close, isEmpty, sizeiteratorboolean add(long value)
boolean addAll(PrimitiveLongIterator values)
boolean contains(long value)
boolean remove(long value)
@Deprecated boolean accept(long value)
accept in interface org.neo4j.function.primitive.PrimitiveLongPredicateCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.