Class CycleSegmentBuffer


  • public class CycleSegmentBuffer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CycleSegmentBuffer​(int size)  
    • Method Summary

      Modifier and Type Method Description
      void append​(long cycleNumber)  
      int remaining()  
      CycleSegment toReadable()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • CycleSegmentBuffer

        public CycleSegmentBuffer​(int size)
    • Method Detail

      • append

        public void append​(long cycleNumber)
      • remaining

        public int remaining()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object