class mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$1 extends mssql.googlecode.concurrentlinkedhashmap.LinkedDeque<E>.AbstractLinkedIterator
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$1
super_class: mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$AbstractLinkedIterator
{
final mssql.googlecode.concurrentlinkedhashmap.LinkedDeque this$0;
descriptor: Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(mssql.googlecode.concurrentlinkedhashmap.LinkedDeque, mssql.googlecode.concurrentlinkedhashmap.LinkedDeque, mssql.googlecode.concurrentlinkedhashmap.Linked);
descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque;Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque;Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$1 this
start local 3 // mssql.googlecode.concurrentlinkedhashmap.Linked $anonymous0
0: .line 382
aload 0 /* this */
aload 2
putfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$1.this$0:Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque;
aload 0 /* this */
aload 1
aload 3 /* $anonymous0 */
invokespecial mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$AbstractLinkedIterator.<init>:(Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque;Lmssql/googlecode/concurrentlinkedhashmap/Linked;)V
return
end local 3 // mssql.googlecode.concurrentlinkedhashmap.Linked $anonymous0
end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque$1;
0 1 3 $anonymous0 TE;
MethodParameters:
Name Flags
this$0 final
this$1 final
$anonymous0
E computeNext();
descriptor: ()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$1 this
0: .line 384
aload 0 /* this */
getfield mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$1.cursor:Lmssql/googlecode/concurrentlinkedhashmap/Linked;
invokeinterface mssql.googlecode.concurrentlinkedhashmap.Linked.getNext:()Lmssql/googlecode/concurrentlinkedhashmap/Linked;
areturn
end local 0 // mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque$1;
Signature: ()TE;
}
Signature: Lmssql/googlecode/concurrentlinkedhashmap/LinkedDeque<TE;>.AbstractLinkedIterator;
SourceFile: "LinkedDeque.java"
EnclosingMethod: mssql.googlecode.concurrentlinkedhashmap.LinkedDeque.iterator:()Ljava/util/Iterator;
NestHost: mssql.googlecode.concurrentlinkedhashmap.LinkedDeque
InnerClasses:
mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$1
abstract AbstractLinkedIterator = mssql.googlecode.concurrentlinkedhashmap.LinkedDeque$AbstractLinkedIterator of mssql.googlecode.concurrentlinkedhashmap.LinkedDeque