Class PrefixOps.OfUnordLong.LongPrefixBuffer

  • All Implemented Interfaces:
    java.util.function.LongConsumer
    Enclosing class:
    PrefixOps.OfUnordLong

    private final class PrefixOps.OfUnordLong.LongPrefixBuffer
    extends PrefixOps.PrefixBuffer
    implements java.util.function.LongConsumer
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LongPrefixBuffer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(long value)  
      (package private) void drainAll​(java.util.function.LongConsumer action)  
      (package private) void drainOne​(java.util.function.LongConsumer action)  
      (package private) boolean init​(java.util.Spliterator.OfLong 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.LongConsumer

        andThen
    • Field Detail

      • buf

        private final long[] buf
      • prevBufferLast

        private long prevBufferLast
    • Constructor Detail

      • LongPrefixBuffer

        private LongPrefixBuffer()
    • Method Detail

      • init

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

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

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

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