final class mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$ValueIterator implements java.util.Iterator<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$ValueIterator
  super_class: java.lang.Object
{
  final java.util.Iterator<mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Node<K, V>> iterator;
    descriptor: Ljava/util/Iterator;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Iterator<Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node<TK;TV;>;>;

  mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Node<K, V> current;
    descriptor: Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node;
    flags: (0x0000) 
    Signature: Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node<TK;TV;>;

  final mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap this$0;
    descriptor: Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap);
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$ValueIterator this
         0: .line 1245
            aload 0 /* this */
            aload 1
            putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$ValueIterator.this$0:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1246
            aload 0 /* this */
            aload 1
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.data:Ljava/util/concurrent/ConcurrentMap;
            invokeinterface java.util.concurrent.ConcurrentMap.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$ValueIterator.iterator:Ljava/util/Iterator;
         2: .line 1245
            return
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$ValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$ValueIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$ValueIterator this
         0: .line 1251
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$ValueIterator.iterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ireturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$ValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$ValueIterator;

  public V next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$ValueIterator this
         0: .line 1256
            aload 0 /* this */
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$ValueIterator.iterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Node
            putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$ValueIterator.current:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node;
         1: .line 1257
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$ValueIterator.current:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node;
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Node.getValue:()Ljava/lang/Object;
            areturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$ValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$ValueIterator;
    Signature: ()TV;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$ValueIterator this
         0: .line 1262
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$ValueIterator.current:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node;
            ifnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.checkState:(Z)V
         3: .line 1263
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$ValueIterator.this$0:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$ValueIterator.current:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node;
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Node.key:Ljava/lang/Object;
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 1264
            aload 0 /* this */
            aconst_null
            putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$ValueIterator.current:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node;
         5: .line 1265
            return
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$ValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$ValueIterator;
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<TV;>;
SourceFile: "ConcurrentLinkedHashMap.java"
NestHost: mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap
InnerClasses:
  final Node = mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Node of mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap
  final ValueIterator = mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$ValueIterator of mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap