Class FastCursorRandomAccessLoops.TwoCursorLoop<A,​B>

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

    public static class FastCursorRandomAccessLoops.TwoCursorLoop<A,​B>
    extends java.lang.Object
    implements java.util.function.LongConsumer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(long n)  
      • 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

      • action

        private final java.util.function.BiConsumer<A,​B> action
      • cursorA

        private final Cursor<A> cursorA
    • Constructor Detail

      • TwoCursorLoop

        public TwoCursorLoop​(java.util.function.BiConsumer<A,​B> action,
                             Cursor<A> cursorA,
                             RandomAccess<B> randomAccessB)
    • Method Detail

      • accept

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