Class FastCursorRandomAccessLoops.TwoCursorLoop<A,B>
java.lang.Object
net.imglib2.loops.FastCursorRandomAccessLoops.TwoCursorLoop<A,B>
- All Implemented Interfaces:
LongConsumer
- Enclosing class:
FastCursorRandomAccessLoops
public static class FastCursorRandomAccessLoops.TwoCursorLoop<A,B>
extends Object
implements LongConsumer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTwoCursorLoop(BiConsumer<A, B> action, Cursor<A> cursorA, RandomAccess<B> randomAccessB) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LongConsumer
andThen
-
Field Details
-
action
-
cursorA
-
randomAccessB
-
-
Constructor Details
-
TwoCursorLoop
-
-
Method Details
-
accept
public void accept(long n) - Specified by:
acceptin interfaceLongConsumer
-