public class org.eclipse.collections.impl.lazy.ZipIterable<X, Y> extends org.eclipse.collections.impl.lazy.AbstractLazyIterable<org.eclipse.collections.api.tuple.Pair<X, Y>>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.lazy.ZipIterable
  super_class: org.eclipse.collections.impl.lazy.AbstractLazyIterable
{
  private final java.lang.Iterable<X> xs;
    descriptor: Ljava/lang/Iterable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Iterable<TX;>;

  private final java.lang.Iterable<Y> ys;
    descriptor: Ljava/lang/Iterable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Iterable<TY;>;

  public void <init>(java.lang.Iterable<X>, java.lang.Iterable<Y>);
    descriptor: (Ljava/lang/Iterable;Ljava/lang/Iterable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.ZipIterable this
        start local 1 // java.lang.Iterable xs
        start local 2 // java.lang.Iterable ys
         0: .line 29
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.AbstractLazyIterable.<init>:()V
         1: .line 31
            aload 0 /* this */
            aload 1 /* xs */
            putfield org.eclipse.collections.impl.lazy.ZipIterable.xs:Ljava/lang/Iterable;
         2: .line 32
            aload 0 /* this */
            aload 2 /* ys */
            putfield org.eclipse.collections.impl.lazy.ZipIterable.ys:Ljava/lang/Iterable;
         3: .line 33
            return
        end local 2 // java.lang.Iterable ys
        end local 1 // java.lang.Iterable xs
        end local 0 // org.eclipse.collections.impl.lazy.ZipIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/collections/impl/lazy/ZipIterable<TX;TY;>;
            0    4     1    xs  Ljava/lang/Iterable<TX;>;
            0    4     2    ys  Ljava/lang/Iterable<TY;>;
    Signature: (Ljava/lang/Iterable<TX;>;Ljava/lang/Iterable<TY;>;)V
    MethodParameters:
      Name  Flags
      xs    
      ys    

  public java.util.Iterator<org.eclipse.collections.api.tuple.Pair<X, Y>> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.ZipIterable this
         0: .line 38
            new org.eclipse.collections.impl.lazy.iterator.ZipIterator
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.ZipIterable.xs:Ljava/lang/Iterable;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.ZipIterable.ys:Ljava/lang/Iterable;
            invokespecial org.eclipse.collections.impl.lazy.iterator.ZipIterator.<init>:(Ljava/lang/Iterable;Ljava/lang/Iterable;)V
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.ZipIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/ZipIterable<TX;TY;>;
    Signature: ()Ljava/util/Iterator<Lorg/eclipse/collections/api/tuple/Pair<TX;TY;>;>;

  public void each(org.eclipse.collections.api.block.procedure.Procedure<? super org.eclipse.collections.api.tuple.Pair<X, Y>>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.ZipIterable this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 44
            aload 0 /* this */
            aload 1 /* procedure */
            invokestatic org.eclipse.collections.impl.utility.internal.IterableIterate.forEach:(Ljava/lang/Iterable;Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         1: .line 45
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.lazy.ZipIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/lazy/ZipIterable<TX;TY;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/tuple/Pair<TX;TY;>;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/tuple/Pair<TX;TY;>;>;)V
    MethodParameters:
           Name  Flags
      procedure  
}
Signature: <X:Ljava/lang/Object;Y:Ljava/lang/Object;>Lorg/eclipse/collections/impl/lazy/AbstractLazyIterable<Lorg/eclipse/collections/api/tuple/Pair<TX;TY;>;>;
SourceFile: "ZipIterable.java"