public class ObjectIterator extends SliceIterator<Map.Entry<String,VPackSlice>>
current, position, size, slice
Constructor and Description |
---|
ObjectIterator(VPackSlice slice) |
Modifier and Type | Method and Description |
---|---|
Map.Entry<String,VPackSlice> |
next() |
void |
remove() |
getCurrent, hasNext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ObjectIterator(VPackSlice slice) throws VPackValueTypeException
VPackValueTypeException
public Map.Entry<String,VPackSlice> next()
public void remove()
Copyright © 2016 ArangoDB GmbH. All rights reserved.