public abstract class AbstractIntHopScotchCollection<VALUE> extends AbstractHopScotchCollection<VALUE> implements PrimitiveIntCollection
| Constructor and Description |
|---|
AbstractIntHopScotchCollection(Table<VALUE> table) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveIntIterator |
iterator() |
<E extends Exception> |
visitKeys(PrimitiveIntVisitor<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 PrimitiveIntIterator iterator()
iterator in interface PrimitiveIntIterablepublic <E extends Exception> void visitKeys(PrimitiveIntVisitor<E> visitor) throws E extends Exception
PrimitiveIntCollectionvisitKeys in interface PrimitiveIntCollectionE extends ExceptionCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.