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

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

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

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