public static class Empty.EmptyPrimitiveIntSet extends Empty.EmptyPrimitiveIntCollection implements PrimitiveIntSet
| Constructor and Description |
|---|
Empty.EmptyPrimitiveIntSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(int value) |
boolean |
add(int value) |
boolean |
addAll(PrimitiveIntIterator values) |
boolean |
contains(int value) |
boolean |
remove(int value) |
boolean |
test(int value) |
iterator, visitKeysclear, close, isEmpty, sizeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvisitKeysclear, close, isEmpty, sizeiteratorpublic boolean add(int value)
add in interface PrimitiveIntSetpublic boolean addAll(PrimitiveIntIterator values)
addAll in interface PrimitiveIntSetpublic boolean contains(int value)
contains in interface PrimitiveIntSetpublic boolean test(int value)
test in interface org.neo4j.function.IntPredicatetest in interface org.neo4j.function.ThrowingIntPredicate<RuntimeException>public boolean accept(int value)
accept in interface PrimitiveIntSetaccept in interface org.neo4j.function.primitive.PrimitiveIntPredicatepublic boolean remove(int value)
remove in interface PrimitiveIntSetCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.