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

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

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

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

  public boolean contains(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.carrotsearch.hppc.IntIntHashMap$ValuesContainer this
        start local 1 // int value
         0: .line 910
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntIntHashMap$ValuesContainer.owner:Lcom/carrotsearch/hppc/IntIntHashMap;
            invokevirtual com.carrotsearch.hppc.IntIntHashMap.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: com.carrotsearch.hppc.IntIntHashMap$ValuesContainer int top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.IntIntCursor
            astore 2 /* c */
        start local 2 // com.carrotsearch.hppc.cursors.IntIntCursor c
         2: .line 911
            aload 2 /* c */
            getfield com.carrotsearch.hppc.cursors.IntIntCursor.value:I
            iload 1 /* value */
            if_icmpne 4
         3: .line 912
            iconst_1
            ireturn
        end local 2 // com.carrotsearch.hppc.cursors.IntIntCursor 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 // int value
        end local 0 // com.carrotsearch.hppc.IntIntHashMap$ValuesContainer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/carrotsearch/hppc/IntIntHashMap$ValuesContainer;
            0    6     1  value  I
            2    4     2      c  Lcom/carrotsearch/hppc/cursors/IntIntCursor;
    MethodParameters:
       Name  Flags
      value  

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

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

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

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

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

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