public interface PrimitiveIntSet extends PrimitiveIntCollection, org.neo4j.function.IntPredicate, org.neo4j.function.primitive.PrimitiveIntPredicate
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(int value)
Deprecated.
use
contains(int) instead, or IntPredicate.test(int) if a predicate is required |
boolean |
add(int value) |
boolean |
addAll(PrimitiveIntIterator values) |
boolean |
contains(int value) |
boolean |
remove(int value) |
visitKeysclear, close, isEmpty, sizeiteratorboolean add(int value)
boolean addAll(PrimitiveIntIterator values)
boolean contains(int value)
boolean remove(int value)
@Deprecated boolean accept(int value)
accept in interface org.neo4j.function.primitive.PrimitiveIntPredicateCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.