Class PrefixOps.OfUnordInt.IntPrefixBuffer

  • All Implemented Interfaces:
    java.util.function.IntConsumer
    Enclosing class:
    PrefixOps.OfUnordInt

    private final class PrefixOps.OfUnordInt.IntPrefixBuffer
    extends PrefixOps.PrefixBuffer
    implements java.util.function.IntConsumer
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private IntPrefixBuffer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(int value)  
      (package private) void drainAll​(java.util.function.IntConsumer action)  
      (package private) void drainOne​(java.util.function.IntConsumer action)  
      (package private) boolean init​(java.util.Spliterator.OfInt source)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.IntConsumer

        andThen
    • Field Detail

      • buf

        private final int[] buf
      • prevBufferLast

        private int prevBufferLast
    • Constructor Detail

      • IntPrefixBuffer

        private IntPrefixBuffer()
    • Method Detail

      • init

        boolean init​(java.util.Spliterator.OfInt source)
      • drainOne

        void drainOne​(java.util.function.IntConsumer action)
      • drainAll

        void drainAll​(java.util.function.IntConsumer action)
      • accept

        public void accept​(int value)
        Specified by:
        accept in interface java.util.function.IntConsumer