Class CompressedRandomWalks


  • public class CompressedRandomWalks
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(long... walk)  
      java.util.Iterator<long[]> iterator​(long startIndex, long length)  
      long size()  
      int walkLength​(long index)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompressedRandomWalks

        public CompressedRandomWalks​(long maxWalkCount)
    • Method Detail

      • add

        public void add​(long... walk)
      • iterator

        public java.util.Iterator<long[]> iterator​(long startIndex,
                                                   long length)
      • size

        public long size()
      • walkLength

        public int walkLength​(long index)