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

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

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

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

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

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

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

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

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

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

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