class com.carrotsearch.hppc.AbstractByteCollection$3 implements com.carrotsearch.hppc.predicates.BytePredicate
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.carrotsearch.hppc.AbstractByteCollection$3
  super_class: java.lang.Object
{
  final com.carrotsearch.hppc.AbstractByteCollection this$0;
    descriptor: Lcom/carrotsearch/hppc/AbstractByteCollection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.carrotsearch.hppc.predicates.BytePredicate val$predicate;
    descriptor: Lcom/carrotsearch/hppc/predicates/BytePredicate;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.carrotsearch.hppc.AbstractByteCollection, com.carrotsearch.hppc.predicates.BytePredicate);
    descriptor: (Lcom/carrotsearch/hppc/AbstractByteCollection;Lcom/carrotsearch/hppc/predicates/BytePredicate;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.carrotsearch.hppc.AbstractByteCollection$3 this
         0: .line 51
            aload 0 /* this */
            aload 1
            putfield com.carrotsearch.hppc.AbstractByteCollection$3.this$0:Lcom/carrotsearch/hppc/AbstractByteCollection;
            aload 0 /* this */
            aload 2
            putfield com.carrotsearch.hppc.AbstractByteCollection$3.val$predicate:Lcom/carrotsearch/hppc/predicates/BytePredicate;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.carrotsearch.hppc.AbstractByteCollection$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/AbstractByteCollection$3;
    MethodParameters:
               Name  Flags
      this$0         final
      val$predicate  final

  public boolean apply(byte);
    descriptor: (B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.AbstractByteCollection$3 this
        start local 1 // byte value
         0: .line 53
            aload 0 /* this */
            getfield com.carrotsearch.hppc.AbstractByteCollection$3.val$predicate:Lcom/carrotsearch/hppc/predicates/BytePredicate;
            iload 1 /* value */
            invokeinterface com.carrotsearch.hppc.predicates.BytePredicate.apply:(B)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // byte value
        end local 0 // com.carrotsearch.hppc.AbstractByteCollection$3 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/carrotsearch/hppc/AbstractByteCollection$3;
            0    3     1  value  B
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "AbstractByteCollection.java"
EnclosingMethod: com.carrotsearch.hppc.AbstractByteCollection.retainAll:(Lcom/carrotsearch/hppc/predicates/BytePredicate;)I
NestHost: com.carrotsearch.hppc.AbstractByteCollection
InnerClasses:
  com.carrotsearch.hppc.AbstractByteCollection$3