public class org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator extends org.eclipse.collections.impl.map.mutable.UnifiedMap<K, V>.PositionalIterator<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator
  super_class: org.eclipse.collections.impl.map.mutable.UnifiedMap$PositionalIterator
{
  final org.eclipse.collections.impl.map.mutable.UnifiedMap this$0;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(org.eclipse.collections.impl.map.mutable.UnifiedMap);
    descriptor: (Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator this
         0: .line 3235
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 0 /* this */
            aload 1
            invokespecial org.eclipse.collections.impl.map.mutable.UnifiedMap$PositionalIterator.<init>:(Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;)V
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  protected V nextFromChain();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator this
         0: .line 3239
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.position:I
            iconst_1
            iadd
            aaload
            checkcast java.lang.Object[]
            astore 1 /* chain */
        start local 1 // java.lang.Object[] chain
         1: .line 3240
            aload 1 /* chain */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.chainPosition:I
            iconst_1
            iadd
            aaload
            astore 2 /* val */
        start local 2 // java.lang.Object val
         2: .line 3241
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.chainPosition:I
            iconst_2
            iadd
            putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.chainPosition:I
         3: .line 3242
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.chainPosition:I
            aload 1 /* chain */
            arraylength
            if_icmpge 5
         4: .line 3243
            aload 1 /* chain */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.chainPosition:I
            aaload
            ifnonnull 7
         5: .line 3245
      StackMap locals: java.lang.Object[] java.lang.Object
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.chainPosition:I
         6: .line 3246
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.position:I
            iconst_2
            iadd
            putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.position:I
         7: .line 3248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.lastReturned:Z
         8: .line 3249
            aload 2 /* val */
            areturn
        end local 2 // java.lang.Object val
        end local 1 // java.lang.Object[] chain
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesIterator;
            1    9     1  chain  [Ljava/lang/Object;
            2    9     2    val  TV;
    Signature: ()TV;

  public V next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator this
         0: .line 3255
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.hasNext:()Z
            ifne 2
         1: .line 3257
            new java.util.NoSuchElementException
            dup
            ldc "next() called, but the iterator is exhausted"
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.count:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.count:I
         3: .line 3260
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            astore 1 /* table */
        start local 1 // java.lang.Object[] table
         4: .line 3261
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.chainPosition:I
            ifeq 7
         5: .line 3263
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.nextFromChain:()Ljava/lang/Object;
            areturn
         6: .line 3267
      StackMap locals: java.lang.Object[]
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.position:I
            iconst_2
            iadd
            putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.position:I
         7: .line 3265
      StackMap locals:
      StackMap stack:
            aload 1 /* table */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.position:I
            aaload
            ifnull 6
         8: .line 3269
            aload 1 /* table */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.position:I
            aaload
            astore 2 /* cur */
        start local 2 // java.lang.Object cur
         9: .line 3270
            aload 1 /* table */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.position:I
            iconst_1
            iadd
            aaload
            astore 3 /* val */
        start local 3 // java.lang.Object val
        10: .line 3271
            aload 2 /* cur */
            getstatic org.eclipse.collections.impl.map.mutable.UnifiedMap.CHAINED_KEY:Ljava/lang/Object;
            if_acmpne 12
        11: .line 3273
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.nextFromChain:()Ljava/lang/Object;
            areturn
        12: .line 3275
      StackMap locals: java.lang.Object java.lang.Object
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.position:I
            iconst_2
            iadd
            putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.position:I
        13: .line 3276
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator.lastReturned:Z
        14: .line 3277
            aload 3 /* val */
            areturn
        end local 3 // java.lang.Object val
        end local 2 // java.lang.Object cur
        end local 1 // java.lang.Object[] table
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesIterator;
            4   15     1  table  [Ljava/lang/Object;
            9   15     2    cur  Ljava/lang/Object;
           10   15     3    val  Ljava/lang/Object;
    Signature: ()TV;
}
Signature: Lorg/eclipse/collections/impl/map/mutable/UnifiedMap<TK;TV;>.PositionalIterator<TV;>;
SourceFile: "UnifiedMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.UnifiedMap
InnerClasses:
  protected abstract PositionalIterator = org.eclipse.collections.impl.map.mutable.UnifiedMap$PositionalIterator of org.eclipse.collections.impl.map.mutable.UnifiedMap
  protected ValuesIterator = org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator of org.eclipse.collections.impl.map.mutable.UnifiedMap