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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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