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