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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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