final class com.carrotsearch.hppc.ObjectFloatHashMap$ValuesContainer extends com.carrotsearch.hppc.AbstractFloatCollection
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.carrotsearch.hppc.ObjectFloatHashMap$ValuesContainer
  super_class: com.carrotsearch.hppc.AbstractFloatCollection
{
  private final com.carrotsearch.hppc.ObjectFloatHashMap<KType> owner;
    descriptor: Lcom/carrotsearch/hppc/ObjectFloatHashMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/carrotsearch/hppc/ObjectFloatHashMap<TKType;>;

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

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

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

  public boolean contains(float);
    descriptor: (F)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectFloatHashMap$ValuesContainer this
        start local 1 // float value
         0: .line 914
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectFloatHashMap$ValuesContainer.owner:Lcom/carrotsearch/hppc/ObjectFloatHashMap;
            invokevirtual com.carrotsearch.hppc.ObjectFloatHashMap.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: com.carrotsearch.hppc.ObjectFloatHashMap$ValuesContainer float top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.ObjectFloatCursor
            astore 2 /* c */
        start local 2 // com.carrotsearch.hppc.cursors.ObjectFloatCursor c
         2: .line 915
            aload 2 /* c */
            getfield com.carrotsearch.hppc.cursors.ObjectFloatCursor.value:F
            invokestatic java.lang.Float.floatToIntBits:(F)I
            fload 1 /* value */
            invokestatic java.lang.Float.floatToIntBits:(F)I
            if_icmpne 4
         3: .line 916
            iconst_1
            ireturn
        end local 2 // com.carrotsearch.hppc.cursors.ObjectFloatCursor c
         4: .line 914
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 919
            iconst_0
            ireturn
        end local 1 // float value
        end local 0 // com.carrotsearch.hppc.ObjectFloatHashMap$ValuesContainer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/carrotsearch/hppc/ObjectFloatHashMap$ValuesContainer;
            0    6     1  value  F
            2    4     2      c  Lcom/carrotsearch/hppc/cursors/ObjectFloatCursor<TKType;>;
    MethodParameters:
       Name  Flags
      value  

  public <T extends com.carrotsearch.hppc.procedures.FloatProcedure> T forEach();
    descriptor: (Lcom/carrotsearch/hppc/procedures/FloatProcedure;)Lcom/carrotsearch/hppc/procedures/FloatProcedure;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectFloatHashMap$ValuesContainer this
        start local 1 // com.carrotsearch.hppc.procedures.FloatProcedure procedure
         0: .line 924
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectFloatHashMap$ValuesContainer.owner:Lcom/carrotsearch/hppc/ObjectFloatHashMap;
            invokevirtual com.carrotsearch.hppc.ObjectFloatHashMap.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: com.carrotsearch.hppc.ObjectFloatHashMap$ValuesContainer com.carrotsearch.hppc.procedures.FloatProcedure top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.ObjectFloatCursor
            astore 2 /* c */
        start local 2 // com.carrotsearch.hppc.cursors.ObjectFloatCursor c
         2: .line 925
            aload 1 /* procedure */
            aload 2 /* c */
            getfield com.carrotsearch.hppc.cursors.ObjectFloatCursor.value:F
            invokeinterface com.carrotsearch.hppc.procedures.FloatProcedure.apply:(F)V
        end local 2 // com.carrotsearch.hppc.cursors.ObjectFloatCursor c
         3: .line 924
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 927
            aload 1 /* procedure */
            areturn
        end local 1 // com.carrotsearch.hppc.procedures.FloatProcedure procedure
        end local 0 // com.carrotsearch.hppc.ObjectFloatHashMap$ValuesContainer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/carrotsearch/hppc/ObjectFloatHashMap$ValuesContainer;
            0    5     1  procedure  TT;
            2    3     2          c  Lcom/carrotsearch/hppc/cursors/ObjectFloatCursor<TKType;>;
    Signature: <T::Lcom/carrotsearch/hppc/procedures/FloatProcedure;>(TT;)TT;
    MethodParameters:
           Name  Flags
      procedure  

  public <T extends com.carrotsearch.hppc.predicates.FloatPredicate> T forEach();
    descriptor: (Lcom/carrotsearch/hppc/predicates/FloatPredicate;)Lcom/carrotsearch/hppc/predicates/FloatPredicate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectFloatHashMap$ValuesContainer this
        start local 1 // com.carrotsearch.hppc.predicates.FloatPredicate predicate
         0: .line 932
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectFloatHashMap$ValuesContainer.owner:Lcom/carrotsearch/hppc/ObjectFloatHashMap;
            invokevirtual com.carrotsearch.hppc.ObjectFloatHashMap.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: com.carrotsearch.hppc.ObjectFloatHashMap$ValuesContainer com.carrotsearch.hppc.predicates.FloatPredicate top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.ObjectFloatCursor
            astore 2 /* c */
        start local 2 // com.carrotsearch.hppc.cursors.ObjectFloatCursor c
         2: .line 933
            aload 1 /* predicate */
            aload 2 /* c */
            getfield com.carrotsearch.hppc.cursors.ObjectFloatCursor.value:F
            invokeinterface com.carrotsearch.hppc.predicates.FloatPredicate.apply:(F)Z
            ifne 4
         3: .line 934
            goto 5
        end local 2 // com.carrotsearch.hppc.cursors.ObjectFloatCursor c
         4: .line 932
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 937
      StackMap locals: com.carrotsearch.hppc.ObjectFloatHashMap$ValuesContainer com.carrotsearch.hppc.predicates.FloatPredicate
      StackMap stack:
            aload 1 /* predicate */
            areturn
        end local 1 // com.carrotsearch.hppc.predicates.FloatPredicate predicate
        end local 0 // com.carrotsearch.hppc.ObjectFloatHashMap$ValuesContainer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/carrotsearch/hppc/ObjectFloatHashMap$ValuesContainer;
            0    6     1  predicate  TT;
            2    4     2          c  Lcom/carrotsearch/hppc/cursors/ObjectFloatCursor<TKType;>;
    Signature: <T::Lcom/carrotsearch/hppc/predicates/FloatPredicate;>(TT;)TT;
    MethodParameters:
           Name  Flags
      predicate  

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

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

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

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