Class ConcurrentCircularBuffer<T>


  • public class ConcurrentCircularBuffer<T>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(T value)  
      void clear()  
      void setLength​(int newLength)  
      java.util.List<T> toList()  
      • Methods inherited from class java.lang.Object

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

      • ConcurrentCircularBuffer

        public ConcurrentCircularBuffer()
    • Method Detail

      • add

        public void add​(T value)
      • clear

        public void clear()
      • toList

        public java.util.List<T> toList()
      • setLength

        public void setLength​(int newLength)