Class KvEntriesWithFirstSubKvInput

  • All Implemented Interfaces:
    java.lang.AutoCloseable, java.util.Iterator<KvEntry>, EntryIterator, org.apache.hugegraph.iterator.CIter<KvEntry>, org.apache.hugegraph.iterator.Metadatable

    public class KvEntriesWithFirstSubKvInput
    extends java.lang.Object
    implements EntryIterator
    • Constructor Summary

      Constructors 
      Constructor Description
      KvEntriesWithFirstSubKvInput​(org.apache.hugegraph.computer.core.io.RandomAccessInput input)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      boolean hasNext()  
      KvEntry next()  
      • Methods inherited from class java.lang.Object

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

        forEachRemaining, remove
    • Constructor Detail

      • KvEntriesWithFirstSubKvInput

        public KvEntriesWithFirstSubKvInput​(org.apache.hugegraph.computer.core.io.RandomAccessInput input)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<KvEntry>
      • next

        public KvEntry next()
        Specified by:
        next in interface java.util.Iterator<KvEntry>
      • close

        public void close()
                   throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception