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;
}
SourceFile: "AbstractIntIterable.java"