final class com.carrotsearch.hppc.CharShortHashMap$ValuesContainer extends com.carrotsearch.hppc.AbstractShortCollection
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.carrotsearch.hppc.CharShortHashMap$ValuesContainer
  super_class: com.carrotsearch.hppc.AbstractShortCollection
{
  private final com.carrotsearch.hppc.CharShortHashMap owner;
    descriptor: Lcom/carrotsearch/hppc/CharShortHashMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private void <init>(com.carrotsearch.hppc.CharShortHashMap);
    descriptor: (Lcom/carrotsearch/hppc/CharShortHashMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.CharShortHashMap$ValuesContainer this
         0: .line 895
            aload 0 /* this */
            aload 1
            putfield com.carrotsearch.hppc.CharShortHashMap$ValuesContainer.this$0:Lcom/carrotsearch/hppc/CharShortHashMap;
            aload 0 /* this */
            invokespecial com.carrotsearch.hppc.AbstractShortCollection.<init>:()V
         1: .line 896
            aload 0 /* this */
            aload 1
            putfield com.carrotsearch.hppc.CharShortHashMap$ValuesContainer.owner:Lcom/carrotsearch/hppc/CharShortHashMap;
         2: .line 895
            return
        end local 0 // com.carrotsearch.hppc.CharShortHashMap$ValuesContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/carrotsearch/hppc/CharShortHashMap$ValuesContainer;
    MethodParameters:
        Name  Flags
      this$0  final

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

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

  public boolean contains(short);
    descriptor: (S)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.carrotsearch.hppc.CharShortHashMap$ValuesContainer this
        start local 1 // short value
         0: .line 910
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharShortHashMap$ValuesContainer.owner:Lcom/carrotsearch/hppc/CharShortHashMap;
            invokevirtual com.carrotsearch.hppc.CharShortHashMap.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: com.carrotsearch.hppc.CharShortHashMap$ValuesContainer int top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.CharShortCursor
            astore 2 /* c */
        start local 2 // com.carrotsearch.hppc.cursors.CharShortCursor c
         2: .line 911
            aload 2 /* c */
            getfield com.carrotsearch.hppc.cursors.CharShortCursor.value:S
            iload 1 /* value */
            if_icmpne 4
         3: .line 912
            iconst_1
            ireturn
        end local 2 // com.carrotsearch.hppc.cursors.CharShortCursor c
         4: .line 910
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 915
            iconst_0
            ireturn
        end local 1 // short value
        end local 0 // com.carrotsearch.hppc.CharShortHashMap$ValuesContainer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/carrotsearch/hppc/CharShortHashMap$ValuesContainer;
            0    6     1  value  S
            2    4     2      c  Lcom/carrotsearch/hppc/cursors/CharShortCursor;
    MethodParameters:
       Name  Flags
      value  

  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=2, locals=4, args_size=2
        start local 0 // com.carrotsearch.hppc.CharShortHashMap$ValuesContainer this
        start local 1 // com.carrotsearch.hppc.procedures.ShortProcedure procedure
         0: .line 920
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharShortHashMap$ValuesContainer.owner:Lcom/carrotsearch/hppc/CharShortHashMap;
            invokevirtual com.carrotsearch.hppc.CharShortHashMap.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: com.carrotsearch.hppc.CharShortHashMap$ValuesContainer com.carrotsearch.hppc.procedures.ShortProcedure top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.CharShortCursor
            astore 2 /* c */
        start local 2 // com.carrotsearch.hppc.cursors.CharShortCursor c
         2: .line 921
            aload 1 /* procedure */
            aload 2 /* c */
            getfield com.carrotsearch.hppc.cursors.CharShortCursor.value:S
            invokeinterface com.carrotsearch.hppc.procedures.ShortProcedure.apply:(S)V
        end local 2 // com.carrotsearch.hppc.cursors.CharShortCursor c
         3: .line 920
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 923
            aload 1 /* procedure */
            areturn
        end local 1 // com.carrotsearch.hppc.procedures.ShortProcedure procedure
        end local 0 // com.carrotsearch.hppc.CharShortHashMap$ValuesContainer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/carrotsearch/hppc/CharShortHashMap$ValuesContainer;
            0    5     1  procedure  TT;
            2    3     2          c  Lcom/carrotsearch/hppc/cursors/CharShortCursor;
    Signature: <T::Lcom/carrotsearch/hppc/procedures/ShortProcedure;>(TT;)TT;
    MethodParameters:
           Name  Flags
      procedure  

  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=2, locals=4, args_size=2
        start local 0 // com.carrotsearch.hppc.CharShortHashMap$ValuesContainer this
        start local 1 // com.carrotsearch.hppc.predicates.ShortPredicate predicate
         0: .line 928
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharShortHashMap$ValuesContainer.owner:Lcom/carrotsearch/hppc/CharShortHashMap;
            invokevirtual com.carrotsearch.hppc.CharShortHashMap.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: com.carrotsearch.hppc.CharShortHashMap$ValuesContainer com.carrotsearch.hppc.predicates.ShortPredicate top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.CharShortCursor
            astore 2 /* c */
        start local 2 // com.carrotsearch.hppc.cursors.CharShortCursor c
         2: .line 929
            aload 1 /* predicate */
            aload 2 /* c */
            getfield com.carrotsearch.hppc.cursors.CharShortCursor.value:S
            invokeinterface com.carrotsearch.hppc.predicates.ShortPredicate.apply:(S)Z
            ifne 4
         3: .line 930
            goto 5
        end local 2 // com.carrotsearch.hppc.cursors.CharShortCursor c
         4: .line 928
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 933
      StackMap locals: com.carrotsearch.hppc.CharShortHashMap$ValuesContainer com.carrotsearch.hppc.predicates.ShortPredicate
      StackMap stack:
            aload 1 /* predicate */
            areturn
        end local 1 // com.carrotsearch.hppc.predicates.ShortPredicate predicate
        end local 0 // com.carrotsearch.hppc.CharShortHashMap$ValuesContainer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/carrotsearch/hppc/CharShortHashMap$ValuesContainer;
            0    6     1  predicate  TT;
            2    4     2          c  Lcom/carrotsearch/hppc/cursors/CharShortCursor;
    Signature: <T::Lcom/carrotsearch/hppc/predicates/ShortPredicate;>(TT;)TT;
    MethodParameters:
           Name  Flags
      predicate  

  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.CharShortHashMap$ValuesContainer this
         0: .line 938
            new com.carrotsearch.hppc.CharShortHashMap$ValuesIterator
            dup
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharShortHashMap$ValuesContainer.this$0:Lcom/carrotsearch/hppc/CharShortHashMap;
            invokespecial com.carrotsearch.hppc.CharShortHashMap$ValuesIterator.<init>:(Lcom/carrotsearch/hppc/CharShortHashMap;)V
            areturn
        end local 0 // com.carrotsearch.hppc.CharShortHashMap$ValuesContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/CharShortHashMap$ValuesContainer;
    Signature: ()Ljava/util/Iterator<Lcom/carrotsearch/hppc/cursors/ShortCursor;>;

  public int removeAll(short);
    descriptor: (S)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.CharShortHashMap$ValuesContainer this
        start local 1 // short e
         0: .line 943
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharShortHashMap$ValuesContainer.owner:Lcom/carrotsearch/hppc/CharShortHashMap;
            new com.carrotsearch.hppc.CharShortHashMap$ValuesContainer$1
            dup
            aload 0 /* this */
            iload 1 /* e */
            invokespecial com.carrotsearch.hppc.CharShortHashMap$ValuesContainer$1.<init>:(Lcom/carrotsearch/hppc/CharShortHashMap$ValuesContainer;S)V
            invokevirtual com.carrotsearch.hppc.CharShortHashMap.removeAll:(Lcom/carrotsearch/hppc/predicates/CharShortPredicate;)I
            ireturn
        end local 1 // short e
        end local 0 // com.carrotsearch.hppc.CharShortHashMap$ValuesContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/CharShortHashMap$ValuesContainer;
            0    1     1     e  S
    MethodParameters:
      Name  Flags
      e     final

  public int removeAll(com.carrotsearch.hppc.predicates.ShortPredicate);
    descriptor: (Lcom/carrotsearch/hppc/predicates/ShortPredicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.CharShortHashMap$ValuesContainer this
        start local 1 // com.carrotsearch.hppc.predicates.ShortPredicate predicate
         0: .line 953
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharShortHashMap$ValuesContainer.owner:Lcom/carrotsearch/hppc/CharShortHashMap;
            new com.carrotsearch.hppc.CharShortHashMap$ValuesContainer$2
            dup
            aload 0 /* this */
            aload 1 /* predicate */
            invokespecial com.carrotsearch.hppc.CharShortHashMap$ValuesContainer$2.<init>:(Lcom/carrotsearch/hppc/CharShortHashMap$ValuesContainer;Lcom/carrotsearch/hppc/predicates/ShortPredicate;)V
            invokevirtual com.carrotsearch.hppc.CharShortHashMap.removeAll:(Lcom/carrotsearch/hppc/predicates/CharShortPredicate;)I
            ireturn
        end local 1 // com.carrotsearch.hppc.predicates.ShortPredicate predicate
        end local 0 // com.carrotsearch.hppc.CharShortHashMap$ValuesContainer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/carrotsearch/hppc/CharShortHashMap$ValuesContainer;
            0    1     1  predicate  Lcom/carrotsearch/hppc/predicates/ShortPredicate;
    MethodParameters:
           Name  Flags
      predicate  final

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

  public void release();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.CharShortHashMap$ValuesContainer this
         0: .line 968
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharShortHashMap$ValuesContainer.owner:Lcom/carrotsearch/hppc/CharShortHashMap;
            invokevirtual com.carrotsearch.hppc.CharShortHashMap.release:()V
         1: .line 969
            return
        end local 0 // com.carrotsearch.hppc.CharShortHashMap$ValuesContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/CharShortHashMap$ValuesContainer;
}
SourceFile: "CharShortHashMap.java"
NestHost: com.carrotsearch.hppc.CharShortHashMap
InnerClasses:
  private final ValuesContainer = com.carrotsearch.hppc.CharShortHashMap$ValuesContainer of com.carrotsearch.hppc.CharShortHashMap
  com.carrotsearch.hppc.CharShortHashMap$ValuesContainer$1
  com.carrotsearch.hppc.CharShortHashMap$ValuesContainer$2
  private final ValuesIterator = com.carrotsearch.hppc.CharShortHashMap$ValuesIterator of com.carrotsearch.hppc.CharShortHashMap