E - the type of the elementspublic final class ZipIterable<E> extends java.lang.Object implements java.lang.Iterable<RubyArray<E>>
ZipIterable iterates each RubyArray of elements which get the
same indices among all other Lists.| Constructor and Description |
|---|
ZipIterable(java.lang.Iterable<? extends E> iter,
java.lang.Iterable<? extends java.lang.Iterable<? extends E>> others)
Creates a
ZipIterable. |
public ZipIterable(java.lang.Iterable<? extends E> iter, java.lang.Iterable<? extends java.lang.Iterable<? extends E>> others)
ZipIterable.iter - an Iterableothers - an Iterable of Iterables