public class com.carrotsearch.hppc.DoubleStack extends com.carrotsearch.hppc.DoubleArrayList
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.carrotsearch.hppc.DoubleStack
  super_class: com.carrotsearch.hppc.DoubleArrayList
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 15
            ldc Lcom/carrotsearch/hppc/DoubleStack;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.carrotsearch.hppc.DoubleStack.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.DoubleStack this
         0: .line 20
            aload 0 /* this */
            invokespecial com.carrotsearch.hppc.DoubleArrayList.<init>:()V
         1: .line 21
            return
        end local 0 // com.carrotsearch.hppc.DoubleStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/DoubleStack;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.DoubleStack this
        start local 1 // int expectedElements
         0: .line 31
            aload 0 /* this */
            iload 1 /* expectedElements */
            invokespecial com.carrotsearch.hppc.DoubleArrayList.<init>:(I)V
         1: .line 32
            return
        end local 1 // int expectedElements
        end local 0 // com.carrotsearch.hppc.DoubleStack this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/carrotsearch/hppc/DoubleStack;
            0    2     1  expectedElements  I
    MethodParameters:
                  Name  Flags
      expectedElements  

  public void <init>(int, com.carrotsearch.hppc.ArraySizingStrategy);
    descriptor: (ILcom/carrotsearch/hppc/ArraySizingStrategy;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.carrotsearch.hppc.DoubleStack this
        start local 1 // int expectedElements
        start local 2 // com.carrotsearch.hppc.ArraySizingStrategy resizer
         0: .line 44
            aload 0 /* this */
            iload 1 /* expectedElements */
            aload 2 /* resizer */
            invokespecial com.carrotsearch.hppc.DoubleArrayList.<init>:(ILcom/carrotsearch/hppc/ArraySizingStrategy;)V
         1: .line 45
            return
        end local 2 // com.carrotsearch.hppc.ArraySizingStrategy resizer
        end local 1 // int expectedElements
        end local 0 // com.carrotsearch.hppc.DoubleStack this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/carrotsearch/hppc/DoubleStack;
            0    2     1  expectedElements  I
            0    2     2           resizer  Lcom/carrotsearch/hppc/ArraySizingStrategy;
    MethodParameters:
                  Name  Flags
      expectedElements  
      resizer           

  public void <init>(com.carrotsearch.hppc.DoubleContainer);
    descriptor: (Lcom/carrotsearch/hppc/DoubleContainer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.DoubleStack this
        start local 1 // com.carrotsearch.hppc.DoubleContainer container
         0: .line 51
            aload 0 /* this */
            aload 1 /* container */
            invokespecial com.carrotsearch.hppc.DoubleArrayList.<init>:(Lcom/carrotsearch/hppc/DoubleContainer;)V
         1: .line 52
            return
        end local 1 // com.carrotsearch.hppc.DoubleContainer container
        end local 0 // com.carrotsearch.hppc.DoubleStack this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/carrotsearch/hppc/DoubleStack;
            0    2     1  container  Lcom/carrotsearch/hppc/DoubleContainer;
    MethodParameters:
           Name  Flags
      container  

  public void push(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.carrotsearch.hppc.DoubleStack this
        start local 1 // double e1
         0: .line 58
            aload 0 /* this */
            iconst_1
            invokevirtual com.carrotsearch.hppc.DoubleStack.ensureBufferSpace:(I)V
         1: .line 59
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleStack.buffer:[D
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            dup_x1
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            dload 1 /* e1 */
            dastore
         2: .line 60
            return
        end local 1 // double e1
        end local 0 // com.carrotsearch.hppc.DoubleStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/carrotsearch/hppc/DoubleStack;
            0    3     1    e1  D
    MethodParameters:
      Name  Flags
      e1    

  public void push(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.carrotsearch.hppc.DoubleStack this
        start local 1 // double e1
        start local 3 // double e2
         0: .line 66
            aload 0 /* this */
            iconst_2
            invokevirtual com.carrotsearch.hppc.DoubleStack.ensureBufferSpace:(I)V
         1: .line 67
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleStack.buffer:[D
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            dup_x1
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            dload 1 /* e1 */
            dastore
         2: .line 68
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleStack.buffer:[D
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            dup_x1
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            dload 3 /* e2 */
            dastore
         3: .line 69
            return
        end local 3 // double e2
        end local 1 // double e1
        end local 0 // com.carrotsearch.hppc.DoubleStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/carrotsearch/hppc/DoubleStack;
            0    4     1    e1  D
            0    4     3    e2  D
    MethodParameters:
      Name  Flags
      e1    
      e2    

  public void push(double, double, double);
    descriptor: (DDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // com.carrotsearch.hppc.DoubleStack this
        start local 1 // double e1
        start local 3 // double e2
        start local 5 // double e3
         0: .line 75
            aload 0 /* this */
            iconst_3
            invokevirtual com.carrotsearch.hppc.DoubleStack.ensureBufferSpace:(I)V
         1: .line 76
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleStack.buffer:[D
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            dup_x1
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            dload 1 /* e1 */
            dastore
         2: .line 77
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleStack.buffer:[D
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            dup_x1
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            dload 3 /* e2 */
            dastore
         3: .line 78
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleStack.buffer:[D
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            dup_x1
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            dload 5 /* e3 */
            dastore
         4: .line 79
            return
        end local 5 // double e3
        end local 3 // double e2
        end local 1 // double e1
        end local 0 // com.carrotsearch.hppc.DoubleStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/carrotsearch/hppc/DoubleStack;
            0    5     1    e1  D
            0    5     3    e2  D
            0    5     5    e3  D
    MethodParameters:
      Name  Flags
      e1    
      e2    
      e3    

  public void push(double, double, double, double);
    descriptor: (DDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=5
        start local 0 // com.carrotsearch.hppc.DoubleStack this
        start local 1 // double e1
        start local 3 // double e2
        start local 5 // double e3
        start local 7 // double e4
         0: .line 85
            aload 0 /* this */
            iconst_4
            invokevirtual com.carrotsearch.hppc.DoubleStack.ensureBufferSpace:(I)V
         1: .line 86
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleStack.buffer:[D
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            dup_x1
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            dload 1 /* e1 */
            dastore
         2: .line 87
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleStack.buffer:[D
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            dup_x1
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            dload 3 /* e2 */
            dastore
         3: .line 88
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleStack.buffer:[D
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            dup_x1
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            dload 5 /* e3 */
            dastore
         4: .line 89
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleStack.buffer:[D
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            dup_x1
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            dload 7 /* e4 */
            dastore
         5: .line 90
            return
        end local 7 // double e4
        end local 5 // double e3
        end local 3 // double e2
        end local 1 // double e1
        end local 0 // com.carrotsearch.hppc.DoubleStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/carrotsearch/hppc/DoubleStack;
            0    6     1    e1  D
            0    6     3    e2  D
            0    6     5    e3  D
            0    6     7    e4  D
    MethodParameters:
      Name  Flags
      e1    
      e2    
      e3    
      e4    

  public void push(double[], int, int);
    descriptor: ([DII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.carrotsearch.hppc.DoubleStack this
        start local 1 // double[] elements
        start local 2 // int start
        start local 3 // int len
         0: .line 96
            getstatic com.carrotsearch.hppc.DoubleStack.$assertionsDisabled:Z
            ifne 2
            iload 2 /* start */
            iflt 1
            iload 3 /* len */
            ifge 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* len */
            invokevirtual com.carrotsearch.hppc.DoubleStack.ensureBufferSpace:(I)V
         3: .line 99
            aload 1 /* elements */
            iload 2 /* start */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleStack.buffer:[D
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 100
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            iload 3 /* len */
            iadd
            putfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
         5: .line 101
            return
        end local 3 // int len
        end local 2 // int start
        end local 1 // double[] elements
        end local 0 // com.carrotsearch.hppc.DoubleStack this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/carrotsearch/hppc/DoubleStack;
            0    6     1  elements  [D
            0    6     2     start  I
            0    6     3       len  I
    MethodParameters:
          Name  Flags
      elements  
      start     
      len       

  public final void push(double[]);
    descriptor: ([D)V
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.DoubleStack this
        start local 1 // double[] elements
         0: .line 112
            aload 0 /* this */
            aload 1 /* elements */
            iconst_0
            aload 1 /* elements */
            arraylength
            invokevirtual com.carrotsearch.hppc.DoubleStack.push:([DII)V
         1: .line 113
            return
        end local 1 // double[] elements
        end local 0 // com.carrotsearch.hppc.DoubleStack this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/carrotsearch/hppc/DoubleStack;
            0    2     1  elements  [D
    MethodParameters:
          Name  Flags
      elements  

  public int pushAll(com.carrotsearch.hppc.DoubleContainer);
    descriptor: (Lcom/carrotsearch/hppc/DoubleContainer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.DoubleStack this
        start local 1 // com.carrotsearch.hppc.DoubleContainer container
         0: .line 119
            aload 0 /* this */
            aload 1 /* container */
            invokevirtual com.carrotsearch.hppc.DoubleStack.addAll:(Lcom/carrotsearch/hppc/DoubleContainer;)I
            ireturn
        end local 1 // com.carrotsearch.hppc.DoubleContainer container
        end local 0 // com.carrotsearch.hppc.DoubleStack this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/carrotsearch/hppc/DoubleStack;
            0    1     1  container  Lcom/carrotsearch/hppc/DoubleContainer;
    MethodParameters:
           Name  Flags
      container  

  public int pushAll(java.lang.Iterable<? extends com.carrotsearch.hppc.cursors.DoubleCursor>);
    descriptor: (Ljava/lang/Iterable;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.DoubleStack this
        start local 1 // java.lang.Iterable iterable
         0: .line 126
            aload 0 /* this */
            aload 1 /* iterable */
            invokevirtual com.carrotsearch.hppc.DoubleStack.addAll:(Ljava/lang/Iterable;)I
            ireturn
        end local 1 // java.lang.Iterable iterable
        end local 0 // com.carrotsearch.hppc.DoubleStack this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/carrotsearch/hppc/DoubleStack;
            0    1     1  iterable  Ljava/lang/Iterable<+Lcom/carrotsearch/hppc/cursors/DoubleCursor;>;
    Signature: (Ljava/lang/Iterable<+Lcom/carrotsearch/hppc/cursors/DoubleCursor;>;)I
    MethodParameters:
          Name  Flags
      iterable  

  public void discard(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.DoubleStack this
        start local 1 // int count
         0: .line 133
            getstatic com.carrotsearch.hppc.DoubleStack.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            iload 1 /* count */
            if_icmpge 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            iload 1 /* count */
            isub
            putfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
         2: .line 137
            return
        end local 1 // int count
        end local 0 // com.carrotsearch.hppc.DoubleStack this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/carrotsearch/hppc/DoubleStack;
            0    3     1  count  I
    MethodParameters:
       Name  Flags
      count  

  public void discard();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.DoubleStack this
         0: .line 143
            getstatic com.carrotsearch.hppc.DoubleStack.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            ifgt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            iconst_1
            isub
            putfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
         2: .line 147
            return
        end local 0 // com.carrotsearch.hppc.DoubleStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/carrotsearch/hppc/DoubleStack;

  public double pop();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.carrotsearch.hppc.DoubleStack this
         0: .line 153
            getstatic com.carrotsearch.hppc.DoubleStack.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            ifgt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleStack.buffer:[D
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            iconst_1
            isub
            dup_x1
            putfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            daload
            dstore 1 /* v */
        start local 1 // double v
         2: .line 157
            dload 1 /* v */
            dreturn
        end local 1 // double v
        end local 0 // com.carrotsearch.hppc.DoubleStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/carrotsearch/hppc/DoubleStack;
            2    3     1     v  D

  public double peek();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.DoubleStack this
         0: .line 164
            getstatic com.carrotsearch.hppc.DoubleStack.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            ifgt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleStack.buffer:[D
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleStack.elementsCount:I
            iconst_1
            isub
            daload
            dreturn
        end local 0 // com.carrotsearch.hppc.DoubleStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/DoubleStack;

  public static com.carrotsearch.hppc.DoubleStack from(double[]);
    descriptor: ([D)Lcom/carrotsearch/hppc/DoubleStack;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // double[] elements
         0: .line 173
            new com.carrotsearch.hppc.DoubleStack
            dup
            aload 0 /* elements */
            arraylength
            invokespecial com.carrotsearch.hppc.DoubleStack.<init>:(I)V
            astore 1 /* stack */
        start local 1 // com.carrotsearch.hppc.DoubleStack stack
         1: .line 174
            aload 1 /* stack */
            aload 0 /* elements */
            invokevirtual com.carrotsearch.hppc.DoubleStack.push:([D)V
         2: .line 175
            aload 1 /* stack */
            areturn
        end local 1 // com.carrotsearch.hppc.DoubleStack stack
        end local 0 // double[] elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  elements  [D
            1    3     1     stack  Lcom/carrotsearch/hppc/DoubleStack;
    MethodParameters:
          Name  Flags
      elements  

  public com.carrotsearch.hppc.DoubleStack clone();
    descriptor: ()Lcom/carrotsearch/hppc/DoubleStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.DoubleStack this
         0: .line 183
            aload 0 /* this */
            invokespecial com.carrotsearch.hppc.DoubleArrayList.clone:()Lcom/carrotsearch/hppc/DoubleArrayList;
            checkcast com.carrotsearch.hppc.DoubleStack
            areturn
        end local 0 // com.carrotsearch.hppc.DoubleStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/DoubleStack;

  public int retainAll(com.carrotsearch.hppc.predicates.DoublePredicate);
    descriptor: (Lcom/carrotsearch/hppc/predicates/DoublePredicate;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.carrotsearch.hppc.DoubleArrayList.retainAll:(Lcom/carrotsearch/hppc/predicates/DoublePredicate;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int retainAll(com.carrotsearch.hppc.DoubleLookupContainer);
    descriptor: (Lcom/carrotsearch/hppc/DoubleLookupContainer;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.carrotsearch.hppc.DoubleArrayList.retainAll:(Lcom/carrotsearch/hppc/DoubleLookupContainer;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.carrotsearch.hppc.DoubleArrayList.toString:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int removeAll(com.carrotsearch.hppc.DoubleLookupContainer);
    descriptor: (Lcom/carrotsearch/hppc/DoubleLookupContainer;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.carrotsearch.hppc.DoubleArrayList.removeAll:(Lcom/carrotsearch/hppc/DoubleLookupContainer;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.carrotsearch.hppc.DoubleArrayList clone();
    descriptor: ()Lcom/carrotsearch/hppc/DoubleArrayList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.carrotsearch.hppc.DoubleStack.clone:()Lcom/carrotsearch/hppc/DoubleStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.carrotsearch.hppc.DoubleStack.clone:()Lcom/carrotsearch/hppc/DoubleStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
SourceFile: "DoubleStack.java"