Class CompositeAdjacencyCursor

  • All Implemented Interfaces:
    java.lang.AutoCloseable, AdjacencyCursor

    public class CompositeAdjacencyCursor
    extends java.lang.Object
    implements AdjacencyCursor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      java.util.List<AdjacencyCursor> cursors()  
      boolean hasNextVLong()
      Return true iff there is at least one more target to decode.
      long nextVLong()
      Read and decode the next target id.
      long peekVLong()
      Decode and peek the next target id.
      int remaining()
      Return how many targets are still left to be decoded.
      int size()
      Return how many targets can be decoded in total.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait