public abstract class AbstractLongHopScotchCollection<VALUE> extends AbstractHopScotchCollection<VALUE> implements PrimitiveLongCollection
| Constructor and Description |
|---|
AbstractLongHopScotchCollection(Table<VALUE> table) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveLongIterator |
iterator() |
<E extends Exception> |
visitKeys(PrimitiveLongVisitor<E> visitor)
Visit the keys of this collection, until all have been visited or the visitor returns 'true'.
|
clear, close, equals, getLastTable, hashCode, isEmpty, size, tableGrew, toStringclear, close, isEmpty, sizepublic PrimitiveLongIterator iterator()
iterator in interface PrimitiveLongIterablepublic <E extends Exception> void visitKeys(PrimitiveLongVisitor<E> visitor) throws E extends Exception
PrimitiveLongCollectionvisitKeys in interface PrimitiveLongCollectionE extends ExceptionCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.