public final class com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer extends com.carrotsearch.hppc.AbstractShortCollection implements com.carrotsearch.hppc.ShortLookupContainer
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer
  super_class: com.carrotsearch.hppc.AbstractShortCollection
{
  private final com.carrotsearch.hppc.ShortObjectHashMap<VType> owner;
    descriptor: Lcom/carrotsearch/hppc/ShortObjectHashMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/carrotsearch/hppc/ShortObjectHashMap<TVType;>;

  final com.carrotsearch.hppc.ShortObjectHashMap this$0;
    descriptor: Lcom/carrotsearch/hppc/ShortObjectHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.carrotsearch.hppc.ShortObjectHashMap);
    descriptor: (Lcom/carrotsearch/hppc/ShortObjectHashMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
         0: .line 737
            aload 0 /* this */
            aload 1
            putfield com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer.this$0:Lcom/carrotsearch/hppc/ShortObjectHashMap;
            aload 0 /* this */
            invokespecial com.carrotsearch.hppc.AbstractShortCollection.<init>:()V
         1: .line 739
            aload 0 /* this */
            aload 1
            putfield com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/ShortObjectHashMap;
         2: .line 737
            return
        end local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/carrotsearch/hppc/ShortObjectHashMap$KeysContainer;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean contains(short);
    descriptor: (S)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
        start local 1 // short e
         0: .line 743
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/ShortObjectHashMap;
            iload 1 /* e */
            invokevirtual com.carrotsearch.hppc.ShortObjectHashMap.containsKey:(S)Z
            ireturn
        end local 1 // short e
        end local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/ShortObjectHashMap$KeysContainer;
            0    1     1     e  S
    MethodParameters:
      Name  Flags
      e     

  public <T extends com.carrotsearch.hppc.procedures.ShortProcedure> T forEach();
    descriptor: (Lcom/carrotsearch/hppc/procedures/ShortProcedure;)Lcom/carrotsearch/hppc/procedures/ShortProcedure;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
        start local 1 // com.carrotsearch.hppc.procedures.ShortProcedure procedure
         0: .line 748
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/ShortObjectHashMap;
            new com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer$1
            dup
            aload 0 /* this */
            aload 1 /* procedure */
            invokespecial com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer$1.<init>:(Lcom/carrotsearch/hppc/ShortObjectHashMap$KeysContainer;Lcom/carrotsearch/hppc/procedures/ShortProcedure;)V
            invokevirtual com.carrotsearch.hppc.ShortObjectHashMap.forEach:(Lcom/carrotsearch/hppc/procedures/ShortObjectProcedure;)Lcom/carrotsearch/hppc/procedures/ShortObjectProcedure;
            pop
         1: .line 755
            aload 1 /* procedure */
            areturn
        end local 1 // com.carrotsearch.hppc.procedures.ShortProcedure procedure
        end local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/carrotsearch/hppc/ShortObjectHashMap$KeysContainer;
            0    2     1  procedure  TT;
    Signature: <T::Lcom/carrotsearch/hppc/procedures/ShortProcedure;>(TT;)TT;
    MethodParameters:
           Name  Flags
      procedure  final

  public <T extends com.carrotsearch.hppc.predicates.ShortPredicate> T forEach();
    descriptor: (Lcom/carrotsearch/hppc/predicates/ShortPredicate;)Lcom/carrotsearch/hppc/predicates/ShortPredicate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
        start local 1 // com.carrotsearch.hppc.predicates.ShortPredicate predicate
         0: .line 760
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/ShortObjectHashMap;
            new com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer$2
            dup
            aload 0 /* this */
            aload 1 /* predicate */
            invokespecial com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer$2.<init>:(Lcom/carrotsearch/hppc/ShortObjectHashMap$KeysContainer;Lcom/carrotsearch/hppc/predicates/ShortPredicate;)V
            invokevirtual com.carrotsearch.hppc.ShortObjectHashMap.forEach:(Lcom/carrotsearch/hppc/predicates/ShortObjectPredicate;)Lcom/carrotsearch/hppc/predicates/ShortObjectPredicate;
            pop
         1: .line 767
            aload 1 /* predicate */
            areturn
        end local 1 // com.carrotsearch.hppc.predicates.ShortPredicate predicate
        end local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/carrotsearch/hppc/ShortObjectHashMap$KeysContainer;
            0    2     1  predicate  TT;
    Signature: <T::Lcom/carrotsearch/hppc/predicates/ShortPredicate;>(TT;)TT;
    MethodParameters:
           Name  Flags
      predicate  final

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
         0: .line 772
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/ShortObjectHashMap;
            invokevirtual com.carrotsearch.hppc.ShortObjectHashMap.isEmpty:()Z
            ireturn
        end local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/ShortObjectHashMap$KeysContainer;

  public java.util.Iterator<com.carrotsearch.hppc.cursors.ShortCursor> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
         0: .line 777
            new com.carrotsearch.hppc.ShortObjectHashMap$KeysIterator
            dup
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer.this$0:Lcom/carrotsearch/hppc/ShortObjectHashMap;
            invokespecial com.carrotsearch.hppc.ShortObjectHashMap$KeysIterator.<init>:(Lcom/carrotsearch/hppc/ShortObjectHashMap;)V
            areturn
        end local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/ShortObjectHashMap$KeysContainer;
    Signature: ()Ljava/util/Iterator<Lcom/carrotsearch/hppc/cursors/ShortCursor;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
         0: .line 782
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/ShortObjectHashMap;
            invokevirtual com.carrotsearch.hppc.ShortObjectHashMap.size:()I
            ireturn
        end local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/ShortObjectHashMap$KeysContainer;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
         0: .line 787
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/ShortObjectHashMap;
            invokevirtual com.carrotsearch.hppc.ShortObjectHashMap.clear:()V
         1: .line 788
            return
        end local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/ShortObjectHashMap$KeysContainer;

  public void release();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
         0: .line 792
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/ShortObjectHashMap;
            invokevirtual com.carrotsearch.hppc.ShortObjectHashMap.release:()V
         1: .line 793
            return
        end local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/ShortObjectHashMap$KeysContainer;

  public int removeAll(com.carrotsearch.hppc.predicates.ShortPredicate);
    descriptor: (Lcom/carrotsearch/hppc/predicates/ShortPredicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
        start local 1 // com.carrotsearch.hppc.predicates.ShortPredicate predicate
         0: .line 797
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/ShortObjectHashMap;
            aload 1 /* predicate */
            invokevirtual com.carrotsearch.hppc.ShortObjectHashMap.removeAll:(Lcom/carrotsearch/hppc/predicates/ShortPredicate;)I
            ireturn
        end local 1 // com.carrotsearch.hppc.predicates.ShortPredicate predicate
        end local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/carrotsearch/hppc/ShortObjectHashMap$KeysContainer;
            0    1     1  predicate  Lcom/carrotsearch/hppc/predicates/ShortPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public int removeAll(short);
    descriptor: (S)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
        start local 1 // short e
         0: .line 802
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/ShortObjectHashMap;
            iload 1 /* e */
            invokevirtual com.carrotsearch.hppc.ShortObjectHashMap.containsKey:(S)Z
            istore 2 /* hasKey */
        start local 2 // boolean hasKey
         1: .line 803
            iload 2 /* hasKey */
            ifeq 4
         2: .line 804
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/ShortObjectHashMap;
            iload 1 /* e */
            invokevirtual com.carrotsearch.hppc.ShortObjectHashMap.remove:(S)Ljava/lang/Object;
            pop
         3: .line 805
            iconst_1
            ireturn
         4: .line 807
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // boolean hasKey
        end local 1 // short e
        end local 0 // com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/carrotsearch/hppc/ShortObjectHashMap$KeysContainer;
            0    5     1       e  S
            1    5     2  hasKey  Z
    MethodParameters:
      Name  Flags
      e     final

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

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

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

  public short[] toArray();
    descriptor: ()[S
    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.AbstractShortCollection.toArray:()[S
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ShortObjectHashMap.java"
NestHost: com.carrotsearch.hppc.ShortObjectHashMap
InnerClasses:
  public final KeysContainer = com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer of com.carrotsearch.hppc.ShortObjectHashMap
  com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer$1
  com.carrotsearch.hppc.ShortObjectHashMap$KeysContainer$2
  private final KeysIterator = com.carrotsearch.hppc.ShortObjectHashMap$KeysIterator of com.carrotsearch.hppc.ShortObjectHashMap