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 |
accept(long value) |
boolean |
add(long value) |
boolean |
addAll(PrimitiveLongIterator values) |
boolean |
contains(long value) |
boolean |
equals(Object other) |
int |
hashCode() |
boolean |
remove(long value) |
iterator, visitKeysclear, close, isEmpty, size, tableGrew, toStringvisitKeysclear, 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 accept(long value)
accept in interface PrimitiveLongPredicatepublic boolean remove(long value)
remove in interface PrimitiveLongSetpublic boolean equals(Object other)
equals in class AbstractHopScotchCollection<Object>public int hashCode()
hashCode in class AbstractHopScotchCollection<Object>Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.