public final class com.carrotsearch.hppc.ShortDoubleHashMap$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.ShortDoubleHashMap$KeysContainer
  super_class: com.carrotsearch.hppc.AbstractShortCollection
{
  private final com.carrotsearch.hppc.ShortDoubleHashMap owner;
    descriptor: Lcom/carrotsearch/hppc/ShortDoubleHashMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(com.carrotsearch.hppc.ShortDoubleHashMap);
    descriptor: (Lcom/carrotsearch/hppc/ShortDoubleHashMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer this
         0: .line 773
            aload 0 /* this */
            aload 1
            putfield com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer.this$0:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
            aload 0 /* this */
            invokespecial com.carrotsearch.hppc.AbstractShortCollection.<init>:()V
         1: .line 775
            aload 0 /* this */
            aload 1
            putfield com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
         2: .line 773
            return
        end local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/carrotsearch/hppc/ShortDoubleHashMap$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.ShortDoubleHashMap$KeysContainer this
        start local 1 // short e
         0: .line 779
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
            iload 1 /* e */
            invokevirtual com.carrotsearch.hppc.ShortDoubleHashMap.containsKey:(S)Z
            ireturn
        end local 1 // short e
        end local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/ShortDoubleHashMap$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.ShortDoubleHashMap$KeysContainer this
        start local 1 // com.carrotsearch.hppc.procedures.ShortProcedure procedure
         0: .line 784
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
            new com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer$1
            dup
            aload 0 /* this */
            aload 1 /* procedure */
            invokespecial com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer$1.<init>:(Lcom/carrotsearch/hppc/ShortDoubleHashMap$KeysContainer;Lcom/carrotsearch/hppc/procedures/ShortProcedure;)V
            invokevirtual com.carrotsearch.hppc.ShortDoubleHashMap.forEach:(Lcom/carrotsearch/hppc/procedures/ShortDoubleProcedure;)Lcom/carrotsearch/hppc/procedures/ShortDoubleProcedure;
            pop
         1: .line 791
            aload 1 /* procedure */
            areturn
        end local 1 // com.carrotsearch.hppc.procedures.ShortProcedure procedure
        end local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/carrotsearch/hppc/ShortDoubleHashMap$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.ShortDoubleHashMap$KeysContainer this
        start local 1 // com.carrotsearch.hppc.predicates.ShortPredicate predicate
         0: .line 796
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
            new com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer$2
            dup
            aload 0 /* this */
            aload 1 /* predicate */
            invokespecial com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer$2.<init>:(Lcom/carrotsearch/hppc/ShortDoubleHashMap$KeysContainer;Lcom/carrotsearch/hppc/predicates/ShortPredicate;)V
            invokevirtual com.carrotsearch.hppc.ShortDoubleHashMap.forEach:(Lcom/carrotsearch/hppc/predicates/ShortDoublePredicate;)Lcom/carrotsearch/hppc/predicates/ShortDoublePredicate;
            pop
         1: .line 803
            aload 1 /* predicate */
            areturn
        end local 1 // com.carrotsearch.hppc.predicates.ShortPredicate predicate
        end local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/carrotsearch/hppc/ShortDoubleHashMap$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.ShortDoubleHashMap$KeysContainer this
         0: .line 808
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
            invokevirtual com.carrotsearch.hppc.ShortDoubleHashMap.isEmpty:()Z
            ireturn
        end local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/ShortDoubleHashMap$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.ShortDoubleHashMap$KeysContainer this
         0: .line 813
            new com.carrotsearch.hppc.ShortDoubleHashMap$KeysIterator
            dup
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer.this$0:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
            invokespecial com.carrotsearch.hppc.ShortDoubleHashMap$KeysIterator.<init>:(Lcom/carrotsearch/hppc/ShortDoubleHashMap;)V
            areturn
        end local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/ShortDoubleHashMap$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.ShortDoubleHashMap$KeysContainer this
         0: .line 818
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
            invokevirtual com.carrotsearch.hppc.ShortDoubleHashMap.size:()I
            ireturn
        end local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/ShortDoubleHashMap$KeysContainer;

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

  public void release();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer this
         0: .line 828
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
            invokevirtual com.carrotsearch.hppc.ShortDoubleHashMap.release:()V
         1: .line 829
            return
        end local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/ShortDoubleHashMap$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.ShortDoubleHashMap$KeysContainer this
        start local 1 // com.carrotsearch.hppc.predicates.ShortPredicate predicate
         0: .line 833
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
            aload 1 /* predicate */
            invokevirtual com.carrotsearch.hppc.ShortDoubleHashMap.removeAll:(Lcom/carrotsearch/hppc/predicates/ShortPredicate;)I
            ireturn
        end local 1 // com.carrotsearch.hppc.predicates.ShortPredicate predicate
        end local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/carrotsearch/hppc/ShortDoubleHashMap$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.ShortDoubleHashMap$KeysContainer this
        start local 1 // short e
         0: .line 838
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
            iload 1 /* e */
            invokevirtual com.carrotsearch.hppc.ShortDoubleHashMap.containsKey:(S)Z
            istore 2 /* hasKey */
        start local 2 // boolean hasKey
         1: .line 839
            iload 2 /* hasKey */
            ifeq 4
         2: .line 840
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer.owner:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
            iload 1 /* e */
            invokevirtual com.carrotsearch.hppc.ShortDoubleHashMap.remove:(S)D
            pop2
         3: .line 841
            iconst_1
            ireturn
         4: .line 843
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // boolean hasKey
        end local 1 // short e
        end local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/carrotsearch/hppc/ShortDoubleHashMap$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: "ShortDoubleHashMap.java"
NestHost: com.carrotsearch.hppc.ShortDoubleHashMap
InnerClasses:
  public final KeysContainer = com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer of com.carrotsearch.hppc.ShortDoubleHashMap
  com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer$1
  com.carrotsearch.hppc.ShortDoubleHashMap$KeysContainer$2
  private final KeysIterator = com.carrotsearch.hppc.ShortDoubleHashMap$KeysIterator of com.carrotsearch.hppc.ShortDoubleHashMap