Interface FSTBinaryOffheapMap.KeyValIter

All Superinterfaces:
java.util.Iterator<ByteSource>
Enclosing class:
FSTBinaryOffheapMap

public static interface FSTBinaryOffheapMap.KeyValIter
extends java.util.Iterator<ByteSource>
  • Method Summary

    Modifier and Type Method Description
    long getValueAddress()  
    ByteSource getValueBytes()  

    Methods inherited from interface java.util.Iterator

    forEachRemaining, hasNext, next, remove