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

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

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

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

  public boolean contains();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap$ValuesContainer this
        start local 1 // java.lang.Object value
         0: .line 874
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap$ValuesContainer.owner:Lcom/carrotsearch/hppc/IntObjectHashMap;
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap$ValuesContainer java.lang.Object top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.IntObjectCursor
            astore 2 /* c */
        start local 2 // com.carrotsearch.hppc.cursors.IntObjectCursor c
         2: .line 875
            aload 2 /* c */
            getfield com.carrotsearch.hppc.cursors.IntObjectCursor.value:Ljava/lang/Object;
            aload 1 /* value */
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 4
         3: .line 876
            iconst_1
            ireturn
        end local 2 // com.carrotsearch.hppc.cursors.IntObjectCursor c
         4: .line 874
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 879
            iconst_0
            ireturn
        end local 1 // java.lang.Object value
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap$ValuesContainer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/carrotsearch/hppc/IntObjectHashMap$ValuesContainer;
            0    6     1  value  TVType;
            2    4     2      c  Lcom/carrotsearch/hppc/cursors/IntObjectCursor<TVType;>;
    Signature: (TVType;)Z
    MethodParameters:
       Name  Flags
      value  

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

  public <T extends com.carrotsearch.hppc.predicates.ObjectPredicate<? super VType>> T forEach();
    descriptor: (Lcom/carrotsearch/hppc/predicates/ObjectPredicate;)Lcom/carrotsearch/hppc/predicates/ObjectPredicate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap$ValuesContainer this
        start local 1 // com.carrotsearch.hppc.predicates.ObjectPredicate predicate
         0: .line 892
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap$ValuesContainer.owner:Lcom/carrotsearch/hppc/IntObjectHashMap;
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap$ValuesContainer com.carrotsearch.hppc.predicates.ObjectPredicate top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.IntObjectCursor
            astore 2 /* c */
        start local 2 // com.carrotsearch.hppc.cursors.IntObjectCursor c
         2: .line 893
            aload 1 /* predicate */
            aload 2 /* c */
            getfield com.carrotsearch.hppc.cursors.IntObjectCursor.value:Ljava/lang/Object;
            invokeinterface com.carrotsearch.hppc.predicates.ObjectPredicate.apply:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 894
            goto 5
        end local 2 // com.carrotsearch.hppc.cursors.IntObjectCursor c
         4: .line 892
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 897
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap$ValuesContainer com.carrotsearch.hppc.predicates.ObjectPredicate
      StackMap stack:
            aload 1 /* predicate */
            areturn
        end local 1 // com.carrotsearch.hppc.predicates.ObjectPredicate predicate
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap$ValuesContainer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/carrotsearch/hppc/IntObjectHashMap$ValuesContainer;
            0    6     1  predicate  TT;
            2    4     2          c  Lcom/carrotsearch/hppc/cursors/IntObjectCursor<TVType;>;
    Signature: <T::Lcom/carrotsearch/hppc/predicates/ObjectPredicate<-TVType;>;>(TT;)TT;
    MethodParameters:
           Name  Flags
      predicate  

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

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

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

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