Class Buffer$


  • public class Buffer$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Buffer$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Buffer$()  
    • Field Detail

      • MODULE$

        public static final Buffer$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Buffer$

        public Buffer$()
    • Method Detail

      • FixedQueueSize

        public int FixedQueueSize()
      • FixedQueueMask

        public int FixedQueueMask()
      • apply

        public <T> Buffer<T> apply​(int size,
                                   Attributes effectiveAttributes)
      • apply

        public <T> Buffer<T> apply​(int size,
                                   int max)