public class PrimitiveLongHashSet extends AbstractLongHopScotchCollection<Object> implements PrimitiveLongSet
| Constructor and Description |
|---|
PrimitiveLongHashSet(Table<Object> table,
Object valueMarker,
HopScotchHashingAlgorithm.Monitor monitor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(long value) |
boolean |
addAll(PrimitiveLongIterator values) |
boolean |
contains(long value) |
boolean |
remove(long value) |
iterator, visitKeysclear, close, isEmpty, size, tableGrew, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitvisitKeysclear, close, isEmpty, sizeiteratorpublic PrimitiveLongHashSet(Table<Object> table, Object valueMarker, HopScotchHashingAlgorithm.Monitor monitor)
public boolean add(long value)
add in interface PrimitiveLongSetpublic boolean addAll(PrimitiveLongIterator values)
addAll in interface PrimitiveLongSetpublic boolean contains(long value)
contains in interface PrimitiveLongSetpublic boolean remove(long value)
remove in interface PrimitiveLongSetCopyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.