public abstract class org.eclipse.collections.impl.primitive.AbstractIntIterable implements org.eclipse.collections.api.IntIterable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.collections.impl.primitive.AbstractIntIterable
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/primitive/AbstractIntIterable;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
         0: .line 34
            aload 0 /* this */
            ldc "["
            ldc ", "
            ldc "]"
            invokevirtual org.eclipse.collections.impl.primitive.AbstractIntIterable.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/primitive/AbstractIntIterable;

  public int minIfEmpty(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
        start local 1 // int defaultValue
         0: .line 40
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.primitive.AbstractIntIterable.isEmpty:()Z
            ifeq 2
         1: .line 42
            iload 1 /* defaultValue */
            ireturn
         2: .line 44
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.primitive.AbstractIntIterable.min:()I
            ireturn
        end local 1 // int defaultValue
        end local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/eclipse/collections/impl/primitive/AbstractIntIterable;
            0    3     1  defaultValue  I
    MethodParameters:
              Name  Flags
      defaultValue  

  public int maxIfEmpty(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
        start local 1 // int defaultValue
         0: .line 50
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.primitive.AbstractIntIterable.isEmpty:()Z
            ifeq 2
         1: .line 52
            iload 1 /* defaultValue */
            ireturn
         2: .line 54
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.primitive.AbstractIntIterable.max:()I
            ireturn
        end local 1 // int defaultValue
        end local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/eclipse/collections/impl/primitive/AbstractIntIterable;
            0    3     1  defaultValue  I
    MethodParameters:
              Name  Flags
      defaultValue  

  public double average();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
         0: .line 60
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.primitive.AbstractIntIterable.isEmpty:()Z
            ifeq 2
         1: .line 62
            new java.lang.ArithmeticException
            dup
            invokespecial java.lang.ArithmeticException.<init>:()V
            athrow
         2: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.primitive.AbstractIntIterable.sum:()J
            l2d
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.primitive.AbstractIntIterable.size:()I
            i2d
            ddiv
            dreturn
        end local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/primitive/AbstractIntIterable;

  public double median();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
         0: .line 70
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.primitive.AbstractIntIterable.isEmpty:()Z
            ifeq 2
         1: .line 72
            new java.lang.ArithmeticException
            dup
            invokespecial java.lang.ArithmeticException.<init>:()V
            athrow
         2: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.primitive.AbstractIntIterable.toSortedArray:()[I
            astore 1 /* sortedArray */
        start local 1 // int[] sortedArray
         3: .line 75
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            ishr
            istore 2 /* middleIndex */
        start local 2 // int middleIndex
         4: .line 76
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            if_icmple 8
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            iand
            ifne 8
         5: .line 78
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            iaload
            istore 3 /* first */
        start local 3 // int first
         6: .line 79
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            iconst_1
            isub
            iaload
            istore 4 /* second */
        start local 4 // int second
         7: .line 80
            iload 3 /* first */
            i2d
            iload 4 /* second */
            i2d
            dadd
            ldc 2.0
            ddiv
            dreturn
        end local 4 // int second
        end local 3 // int first
         8: .line 82
      StackMap locals: int[] int
      StackMap stack:
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            iaload
            i2d
            dreturn
        end local 2 // int middleIndex
        end local 1 // int[] sortedArray
        end local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/eclipse/collections/impl/primitive/AbstractIntIterable;
            3    9     1  sortedArray  [I
            4    9     2  middleIndex  I
            6    8     3        first  I
            7    8     4       second  I

  public int[] toSortedArray();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
         0: .line 88
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.primitive.AbstractIntIterable.toArray:()[I
            astore 1 /* array */
        start local 1 // int[] array
         1: .line 89
            aload 1 /* array */
            invokestatic java.util.Arrays.sort:([I)V
         2: .line 90
            aload 1 /* array */
            areturn
        end local 1 // int[] array
        end local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/primitive/AbstractIntIterable;
            1    3     1  array  [I

  public org.eclipse.collections.api.list.primitive.MutableIntList toSortedList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
         0: .line 96
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.primitive.AbstractIntIterable.toList:()Lorg/eclipse/collections/api/list/primitive/MutableIntList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableIntList.sortThis:()Lorg/eclipse/collections/api/list/primitive/MutableIntList;
            areturn
        end local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/primitive/AbstractIntIterable;

  public org.eclipse.collections.api.LazyIntIterable asLazy();
    descriptor: ()Lorg/eclipse/collections/api/LazyIntIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
         0: .line 102
            new org.eclipse.collections.impl.lazy.primitive.LazyIntIterableAdapter
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.LazyIntIterableAdapter.<init>:(Lorg/eclipse/collections/api/IntIterable;)V
            areturn
        end local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/primitive/AbstractIntIterable;

  public org.eclipse.collections.api.list.primitive.MutableIntList toList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
         0: .line 108
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.newList:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
            areturn
        end local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/primitive/AbstractIntIterable;

  public org.eclipse.collections.api.set.primitive.MutableIntSet toSet();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
         0: .line 114
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.newSet:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
            areturn
        end local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/primitive/AbstractIntIterable;

  public org.eclipse.collections.api.bag.primitive.MutableIntBag toBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
         0: .line 120
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.bag.mutable.primitive.IntHashBag.newBag:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/IntHashBag;
            areturn
        end local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/primitive/AbstractIntIterable;

  public boolean containsAll(int[]);
    descriptor: ([I)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
        start local 1 // int[] source
         0: .line 126
            aload 1 /* source */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.eclipse.collections.impl.primitive.AbstractIntIterable int[] top int int int[]
      StackMap stack:
         1: aload 5
            iload 3
            iaload
            istore 2 /* item */
        start local 2 // int item
         2: .line 128
            aload 0 /* this */
            iload 2 /* item */
            invokevirtual org.eclipse.collections.impl.primitive.AbstractIntIterable.contains:(I)Z
            ifne 4
         3: .line 130
            iconst_0
            ireturn
        end local 2 // int item
         4: .line 126
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 1
         6: .line 133
            iconst_1
            ireturn
        end local 1 // int[] source
        end local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/primitive/AbstractIntIterable;
            0    7     1  source  [I
            2    4     2    item  I
    MethodParameters:
        Name  Flags
      source  

  public boolean containsAll(org.eclipse.collections.api.IntIterable);
    descriptor: (Lorg/eclipse/collections/api/IntIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
        start local 1 // org.eclipse.collections.api.IntIterable source
         0: .line 139
            aload 1 /* source */
            aload 0 /* this */
            invokedynamic accept(Lorg/eclipse/collections/impl/primitive/AbstractIntIterable;)Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (I)Z
                  org/eclipse/collections/api/IntIterable.contains(I)Z (9 itf)
                  (I)Z
                  1
            invokeinterface org.eclipse.collections.api.IntIterable.allSatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.IntIterable source
        end local 0 // org.eclipse.collections.impl.primitive.AbstractIntIterable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/primitive/AbstractIntIterable;
            0    1     1  source  Lorg/eclipse/collections/api/IntIterable;
    MethodParameters:
        Name  Flags
      source  

  private static java.lang.Object $deserializeLambda$(java.lang.invoke.SerializedLambda);
    descriptor: (Ljava/lang/invoke/SerializedLambda;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodName:()Ljava/lang/String;
            astore 1
            iconst_m1
            istore 2
            aload 1
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 1
           -567445985: 1
              default: 2
          }
      StackMap locals: java.lang.String int
      StackMap stack:
         1: aload 1
            ldc "contains"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
            iconst_0
            istore 2
      StackMap locals:
      StackMap stack:
         2: iload 2
            lookupswitch { // 1
                    0: 3
              default: 4
          }
      StackMap locals:
      StackMap stack:
         3: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 9
            if_icmpne 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/predicate/primitive/IntPredicate"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "accept"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(I)Z"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/IntIterable"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(I)Z"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.primitive.AbstractIntIterable
            invokedynamic accept(Lorg/eclipse/collections/impl/primitive/AbstractIntIterable;)Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (I)Z
                  org/eclipse/collections/api/IntIterable.contains(I)Z (9 itf)
                  (I)Z
                  1
            areturn
      StackMap locals:
      StackMap stack:
         4: new java.lang.IllegalArgumentException
            dup
            ldc "Invalid lambda deserialization"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AbstractIntIterable.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles