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, waitforEachRemaining, next, removeprotected final VPackSlice slice
protected final long size
protected long position
protected long current
protected SliceIterator(VPackSlice slice) throws VPackValueTypeException
VPackValueTypeExceptionprotected VPackSlice getCurrent()
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.