public interface PrimitiveIntSet extends PrimitiveIntCollection
| 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, sizeiteratorboolean add(int value)
boolean addAll(PrimitiveIntIterator values)
boolean contains(int value)
boolean remove(int value)
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.