final class mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$EntryIterator implements java.util.Iterator<java.util.Map$Entry<K, V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$EntryIterator
  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$EntryIterator this
         0: .line 1313
            aload 0 /* this */
            aload 1
            putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$EntryIterator.this$0:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1314
            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$EntryIterator.iterator:Ljava/util/Iterator;
         2: .line 1313
            return
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$EntryIterator;
    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$EntryIterator this
         0: .line 1319
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$EntryIterator.iterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ireturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$EntryIterator;

  public java.util.Map$Entry<K, V> next();
    descriptor: ()Ljava/util/Map$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$EntryIterator this
         0: .line 1324
            aload 0 /* this */
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$EntryIterator.iterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Node
            putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$EntryIterator.current:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node;
         1: .line 1325
            new mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$WriteThroughEntry
            dup
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$EntryIterator.this$0:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$EntryIterator.current:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node;
            invokespecial mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$WriteThroughEntry.<init>:(Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node;)V
            areturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$EntryIterator;
    Signature: ()Ljava/util/Map$Entry<TK;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$EntryIterator this
         0: .line 1330
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$EntryIterator.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 1331
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$EntryIterator.this$0:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$EntryIterator.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 1332
            aload 0 /* this */
            aconst_null
            putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$EntryIterator.current:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node;
         5: .line 1333
            return
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$EntryIterator;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$EntryIterator.next:()Ljava/util/Map$Entry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TV;>;>;
SourceFile: "ConcurrentLinkedHashMap.java"
NestHost: mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  final EntryIterator = mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$EntryIterator of mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap
  final Node = mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Node of mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap
  final WriteThroughEntry = mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$WriteThroughEntry of mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap