public class com.carrotsearch.hppc.IntStack extends com.carrotsearch.hppc.IntArrayList
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.carrotsearch.hppc.IntStack
  super_class: com.carrotsearch.hppc.IntArrayList
{
  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/IntStack;
            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.IntStack.$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.IntStack this
         0: .line 20
            aload 0 /* this */
            invokespecial com.carrotsearch.hppc.IntArrayList.<init>:()V
         1: .line 21
            return
        end local 0 // com.carrotsearch.hppc.IntStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/IntStack;

  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.IntStack this
        start local 1 // int expectedElements
         0: .line 31
            aload 0 /* this */
            iload 1 /* expectedElements */
            invokespecial com.carrotsearch.hppc.IntArrayList.<init>:(I)V
         1: .line 32
            return
        end local 1 // int expectedElements
        end local 0 // com.carrotsearch.hppc.IntStack this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/carrotsearch/hppc/IntStack;
            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.IntStack 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.IntArrayList.<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.IntStack this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/carrotsearch/hppc/IntStack;
            0    2     1  expectedElements  I
            0    2     2           resizer  Lcom/carrotsearch/hppc/ArraySizingStrategy;
    MethodParameters:
                  Name  Flags
      expectedElements  
      resizer           

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

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

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

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

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

  public void push(int[], int, int);
    descriptor: ([III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.carrotsearch.hppc.IntStack this
        start local 1 // int[] elements
        start local 2 // int start
        start local 3 // int len
         0: .line 96
            getstatic com.carrotsearch.hppc.IntStack.$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.IntStack.ensureBufferSpace:(I)V
         3: .line 99
            aload 1 /* elements */
            iload 2 /* start */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntStack.buffer:[I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntStack.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.IntStack.elementsCount:I
            iload 3 /* len */
            iadd
            putfield com.carrotsearch.hppc.IntStack.elementsCount:I
         5: .line 101
            return
        end local 3 // int len
        end local 2 // int start
        end local 1 // int[] elements
        end local 0 // com.carrotsearch.hppc.IntStack this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/carrotsearch/hppc/IntStack;
            0    6     1  elements  [I
            0    6     2     start  I
            0    6     3       len  I
    MethodParameters:
          Name  Flags
      elements  
      start     
      len       

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

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

  public int pushAll(java.lang.Iterable<? extends com.carrotsearch.hppc.cursors.IntCursor>);
    descriptor: (Ljava/lang/Iterable;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.IntStack this
        start local 1 // java.lang.Iterable iterable
         0: .line 126
            aload 0 /* this */
            aload 1 /* iterable */
            invokevirtual com.carrotsearch.hppc.IntStack.addAll:(Ljava/lang/Iterable;)I
            ireturn
        end local 1 // java.lang.Iterable iterable
        end local 0 // com.carrotsearch.hppc.IntStack this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/carrotsearch/hppc/IntStack;
            0    1     1  iterable  Ljava/lang/Iterable<+Lcom/carrotsearch/hppc/cursors/IntCursor;>;
    Signature: (Ljava/lang/Iterable<+Lcom/carrotsearch/hppc/cursors/IntCursor;>;)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.IntStack this
        start local 1 // int count
         0: .line 133
            getstatic com.carrotsearch.hppc.IntStack.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntStack.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.IntStack.elementsCount:I
            iload 1 /* count */
            isub
            putfield com.carrotsearch.hppc.IntStack.elementsCount:I
         2: .line 137
            return
        end local 1 // int count
        end local 0 // com.carrotsearch.hppc.IntStack this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/carrotsearch/hppc/IntStack;
            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.IntStack this
         0: .line 143
            getstatic com.carrotsearch.hppc.IntStack.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntStack.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.IntStack.elementsCount:I
            iconst_1
            isub
            putfield com.carrotsearch.hppc.IntStack.elementsCount:I
         2: .line 147
            return
        end local 0 // com.carrotsearch.hppc.IntStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/carrotsearch/hppc/IntStack;

  public int pop();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.carrotsearch.hppc.IntStack this
         0: .line 153
            getstatic com.carrotsearch.hppc.IntStack.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntStack.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.IntStack.buffer:[I
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.IntStack.elementsCount:I
            iconst_1
            isub
            dup_x1
            putfield com.carrotsearch.hppc.IntStack.elementsCount:I
            iaload
            istore 1 /* v */
        start local 1 // int v
         2: .line 157
            iload 1 /* v */
            ireturn
        end local 1 // int v
        end local 0 // com.carrotsearch.hppc.IntStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/carrotsearch/hppc/IntStack;
            2    3     1     v  I

  public int peek();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.IntStack this
         0: .line 164
            getstatic com.carrotsearch.hppc.IntStack.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntStack.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.IntStack.buffer:[I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntStack.elementsCount:I
            iconst_1
            isub
            iaload
            ireturn
        end local 0 // com.carrotsearch.hppc.IntStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/IntStack;

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

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

  public int retainAll(com.carrotsearch.hppc.predicates.IntPredicate);
    descriptor: (Lcom/carrotsearch/hppc/predicates/IntPredicate;)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.IntArrayList.retainAll:(Lcom/carrotsearch/hppc/predicates/IntPredicate;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int retainAll(com.carrotsearch.hppc.IntLookupContainer);
    descriptor: (Lcom/carrotsearch/hppc/IntLookupContainer;)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.IntArrayList.retainAll:(Lcom/carrotsearch/hppc/IntLookupContainer;)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.IntArrayList.toString:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int removeAll(com.carrotsearch.hppc.IntLookupContainer);
    descriptor: (Lcom/carrotsearch/hppc/IntLookupContainer;)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.IntArrayList.removeAll:(Lcom/carrotsearch/hppc/IntLookupContainer;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.carrotsearch.hppc.IntArrayList clone();
    descriptor: ()Lcom/carrotsearch/hppc/IntArrayList;
    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.IntStack.clone:()Lcom/carrotsearch/hppc/IntStack;
            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.IntStack.clone:()Lcom/carrotsearch/hppc/IntStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
SourceFile: "IntStack.java"