Class RingBuffer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.lang.Object obj)  
      void clear()  
      int getSize()  
      java.lang.Object remove()  
      • Methods inherited from class java.lang.Object

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

      • RingBuffer

        public RingBuffer​(int extendSize)
      • RingBuffer

        public RingBuffer​(RingBuffer base)
    • Method Detail

      • add

        public void add​(java.lang.Object obj)
      • remove

        public java.lang.Object remove()
      • getSize

        public int getSize()
      • clear

        public void clear()