public class PrimitiveIntHashSet extends AbstractIntHopScotchCollection<Object> implements PrimitiveIntSet
| Constructor and Description |
|---|
PrimitiveIntHashSet(Table<Object> table,
Object valueMarker,
HopScotchHashingAlgorithm.Monitor monitor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(int value) |
boolean |
addAll(PrimitiveIntIterator values) |
boolean |
contains(int value) |
boolean |
remove(int value) |
iterator, visitKeysclear, close, isEmpty, size, tableGrew, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitvisitKeysclear, close, isEmpty, sizeiteratorpublic PrimitiveIntHashSet(Table<Object> table, Object valueMarker, HopScotchHashingAlgorithm.Monitor monitor)
public 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 remove(int value)
remove in interface PrimitiveIntSetCopyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.