Class ValueByteIterator

  • All Implemented Interfaces:
    java.util.Iterator<java.lang.Byte>

    public class ValueByteIterator
    extends com.yahoo.ycsb.ByteIterator
    • Constructor Summary

      Constructors 
      Constructor Description
      ValueByteIterator​(org.ojai.Value value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long bytesLeft()  
      boolean hasNext()  
      byte nextByte()  
      java.lang.String toString()  
      • Methods inherited from class com.yahoo.ycsb.ByteIterator

        next, nextBuf, remove, toArray
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Constructor Detail

      • ValueByteIterator

        public ValueByteIterator​(org.ojai.Value value)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<java.lang.Byte>
        Specified by:
        hasNext in class com.yahoo.ycsb.ByteIterator
      • nextByte

        public byte nextByte()
        Specified by:
        nextByte in class com.yahoo.ycsb.ByteIterator
      • bytesLeft

        public long bytesLeft()
        Specified by:
        bytesLeft in class com.yahoo.ycsb.ByteIterator
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class com.yahoo.ycsb.ByteIterator