public class FSTByteBufferOffheap.OffHeapIterator extends FSTByteBufferOffheap.OffHeapAccess implements Iterator
currentEntry, in, out| Modifier and Type | Method and Description |
|---|---|
Object |
getCurrentEntry() |
int |
getCurrentPositiion() |
Object |
getCurrentTag() |
boolean |
hasNext() |
Object |
next() |
Object |
nextEntry(FSTObjectInput.ConditionalCallback callback) |
void |
remove() |
add, getEntry, getObject, getObjectBuffer, getTagpublic Object getCurrentTag()
public Object getCurrentEntry()
public int getCurrentPositiion()
public Object nextEntry(FSTObjectInput.ConditionalCallback callback)
callback - - if null always read the full object (tag+value), else
the callback is called to decide wether to decode the content or notpublic Object next()
Copyright © 2014. All rights reserved.