public abstract class SliceIterator<E> extends Object implements Iterator<E>
Modifier and Type | Field and Description |
---|---|
protected long |
current |
protected long |
position |
protected long |
size |
protected VPackSlice |
slice |
Modifier | Constructor and Description |
---|---|
protected |
SliceIterator(VPackSlice slice) |
Modifier and Type | Method and Description |
---|---|
protected VPackSlice |
getCurrent() |
boolean |
hasNext() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, next, remove
protected final VPackSlice slice
protected final long size
protected long position
protected long current
protected SliceIterator(VPackSlice slice) throws VPackValueTypeException
VPackValueTypeException
protected VPackSlice getCurrent()
Copyright © 2016 ArangoDB GmbH. All rights reserved.