final class com.carrotsearch.hppc.ShortDoubleHashMap$ValuesContainer extends com.carrotsearch.hppc.AbstractDoubleCollection
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.carrotsearch.hppc.ShortDoubleHashMap$ValuesContainer
  super_class: com.carrotsearch.hppc.AbstractDoubleCollection
{
  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

  private void <init>(com.carrotsearch.hppc.ShortDoubleHashMap);
    descriptor: (Lcom/carrotsearch/hppc/ShortDoubleHashMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$ValuesContainer this
         0: .line 895
            aload 0 /* this */
            aload 1
            putfield com.carrotsearch.hppc.ShortDoubleHashMap$ValuesContainer.this$0:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
            aload 0 /* this */
            invokespecial com.carrotsearch.hppc.AbstractDoubleCollection.<init>:()V
         1: .line 896
            aload 0 /* this */
            aload 1
            putfield com.carrotsearch.hppc.ShortDoubleHashMap$ValuesContainer.owner:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
         2: .line 895
            return
        end local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$ValuesContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/carrotsearch/hppc/ShortDoubleHashMap$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.ShortDoubleHashMap$ValuesContainer this
         0: .line 900
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$ValuesContainer.owner:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
            invokevirtual com.carrotsearch.hppc.ShortDoubleHashMap.size:()I
            ireturn
        end local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$ValuesContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/ShortDoubleHashMap$ValuesContainer;

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

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

  public <T extends com.carrotsearch.hppc.procedures.DoubleProcedure> T forEach();
    descriptor: (Lcom/carrotsearch/hppc/procedures/DoubleProcedure;)Lcom/carrotsearch/hppc/procedures/DoubleProcedure;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$ValuesContainer this
        start local 1 // com.carrotsearch.hppc.procedures.DoubleProcedure procedure
         0: .line 920
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$ValuesContainer.owner:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
            invokevirtual com.carrotsearch.hppc.ShortDoubleHashMap.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: com.carrotsearch.hppc.ShortDoubleHashMap$ValuesContainer com.carrotsearch.hppc.procedures.DoubleProcedure top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.ShortDoubleCursor
            astore 2 /* c */
        start local 2 // com.carrotsearch.hppc.cursors.ShortDoubleCursor c
         2: .line 921
            aload 1 /* procedure */
            aload 2 /* c */
            getfield com.carrotsearch.hppc.cursors.ShortDoubleCursor.value:D
            invokeinterface com.carrotsearch.hppc.procedures.DoubleProcedure.apply:(D)V
        end local 2 // com.carrotsearch.hppc.cursors.ShortDoubleCursor 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.DoubleProcedure procedure
        end local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$ValuesContainer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/carrotsearch/hppc/ShortDoubleHashMap$ValuesContainer;
            0    5     1  procedure  TT;
            2    3     2          c  Lcom/carrotsearch/hppc/cursors/ShortDoubleCursor;
    Signature: <T::Lcom/carrotsearch/hppc/procedures/DoubleProcedure;>(TT;)TT;
    MethodParameters:
           Name  Flags
      procedure  

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

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

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

  public int removeAll(com.carrotsearch.hppc.predicates.DoublePredicate);
    descriptor: (Lcom/carrotsearch/hppc/predicates/DoublePredicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$ValuesContainer this
        start local 1 // com.carrotsearch.hppc.predicates.DoublePredicate predicate
         0: .line 953
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$ValuesContainer.owner:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
            new com.carrotsearch.hppc.ShortDoubleHashMap$ValuesContainer$2
            dup
            aload 0 /* this */
            aload 1 /* predicate */
            invokespecial com.carrotsearch.hppc.ShortDoubleHashMap$ValuesContainer$2.<init>:(Lcom/carrotsearch/hppc/ShortDoubleHashMap$ValuesContainer;Lcom/carrotsearch/hppc/predicates/DoublePredicate;)V
            invokevirtual com.carrotsearch.hppc.ShortDoubleHashMap.removeAll:(Lcom/carrotsearch/hppc/predicates/ShortDoublePredicate;)I
            ireturn
        end local 1 // com.carrotsearch.hppc.predicates.DoublePredicate predicate
        end local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$ValuesContainer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/carrotsearch/hppc/ShortDoubleHashMap$ValuesContainer;
            0    1     1  predicate  Lcom/carrotsearch/hppc/predicates/DoublePredicate;
    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.ShortDoubleHashMap$ValuesContainer this
         0: .line 963
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$ValuesContainer.owner:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
            invokevirtual com.carrotsearch.hppc.ShortDoubleHashMap.clear:()V
         1: .line 964
            return
        end local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$ValuesContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/ShortDoubleHashMap$ValuesContainer;

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