class org.eclipse.jetty.http.HttpFields$Mutable$ListItr implements java.util.ListIterator<org.eclipse.jetty.http.HttpField>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.jetty.http.HttpFields$Mutable$ListItr
super_class: java.lang.Object
{
int _cursor;
descriptor: I
flags: (0x0000)
int _current;
descriptor: I
flags: (0x0000)
final org.eclipse.jetty.http.HttpFields$Mutable this$1;
descriptor: Lorg/eclipse/jetty/http/HttpFields$Mutable;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.eclipse.jetty.http.HttpFields$Mutable);
descriptor: (Lorg/eclipse/jetty/http/HttpFields$Mutable;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_m1
putfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jetty/http/HttpFields$Mutable$ListItr;
MethodParameters:
Name Flags
this$0 final
public void add(org.eclipse.jetty.http.HttpField);
descriptor: (Lorg/eclipse/jetty/http/HttpField;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
getfield org.eclipse.jetty.http.HttpFields$Mutable._fields:[Lorg/eclipse/jetty/http/HttpField;
aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
getfield org.eclipse.jetty.http.HttpFields$Mutable._fields:[Lorg/eclipse/jetty/http/HttpField;
arraylength
iconst_1
iadd
invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
checkcast org.eclipse.jetty.http.HttpField[]
putfield org.eclipse.jetty.http.HttpFields$Mutable._fields:[Lorg/eclipse/jetty/http/HttpField;
3: aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
getfield org.eclipse.jetty.http.HttpFields$Mutable._fields:[Lorg/eclipse/jetty/http/HttpField;
aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
getfield org.eclipse.jetty.http.HttpFields$Mutable._fields:[Lorg/eclipse/jetty/http/HttpField;
aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
iconst_1
iadd
aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
dup
getfield org.eclipse.jetty.http.HttpFields$Mutable._size:I
dup_x1
iconst_1
iadd
putfield org.eclipse.jetty.http.HttpFields$Mutable._size:I
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
4: aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
getfield org.eclipse.jetty.http.HttpFields$Mutable._fields:[Lorg/eclipse/jetty/http/HttpField;
aload 0
dup
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
dup_x1
iconst_1
iadd
putfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
aload 1
aastore
5: aload 0
iconst_m1
putfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/jetty/http/HttpFields$Mutable$ListItr;
0 7 1 field Lorg/eclipse/jetty/http/HttpField;
MethodParameters:
Name Flags
field
public boolean hasNext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
getfield org.eclipse.jetty.http.HttpFields$Mutable._size:I
if_icmpeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/jetty/http/HttpFields$Mutable$ListItr;
public boolean hasPrevious();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
ifle 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/jetty/http/HttpFields$Mutable$ListItr;
public org.eclipse.jetty.http.HttpField next();
descriptor: ()Lorg/eclipse/jetty/http/HttpField;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
getfield org.eclipse.jetty.http.HttpFields$Mutable._size:I
if_icmpne 2
1: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
aload 0
dup
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
dup_x1
iconst_1
iadd
putfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
putfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
3: aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
getfield org.eclipse.jetty.http.HttpFields$Mutable._fields:[Lorg/eclipse/jetty/http/HttpField;
aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
aaload
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/jetty/http/HttpFields$Mutable$ListItr;
public int nextIndex();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
iconst_1
iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/http/HttpFields$Mutable$ListItr;
public org.eclipse.jetty.http.HttpField previous();
descriptor: ()Lorg/eclipse/jetty/http/HttpField;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
ifne 2
1: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
aload 0
dup
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
iconst_1
isub
dup_x1
putfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
putfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
3: aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
getfield org.eclipse.jetty.http.HttpFields$Mutable._fields:[Lorg/eclipse/jetty/http/HttpField;
aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
aaload
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/jetty/http/HttpFields$Mutable$ListItr;
public int previousIndex();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
iconst_1
isub
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/http/HttpFields$Mutable$ListItr;
public void remove();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
ifge 2
1: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.remove:(I)V
3: aload 0
aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
putfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._cursor:I
4: aload 0
iconst_m1
putfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
5: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/jetty/http/HttpFields$Mutable$ListItr;
public void set(org.eclipse.jetty.http.HttpField);
descriptor: (Lorg/eclipse/jetty/http/HttpField;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
ifge 2
1: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: aload 0
invokevirtual org.eclipse.jetty.http.HttpFields$Mutable$ListItr.remove:()V
goto 5
4: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr.this$1:Lorg/eclipse/jetty/http/HttpFields$Mutable;
getfield org.eclipse.jetty.http.HttpFields$Mutable._fields:[Lorg/eclipse/jetty/http/HttpField;
aload 0
getfield org.eclipse.jetty.http.HttpFields$Mutable$ListItr._current:I
aload 1
aastore
5: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/jetty/http/HttpFields$Mutable$ListItr;
0 6 1 field Lorg/eclipse/jetty/http/HttpField;
MethodParameters:
Name Flags
field
public void set(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.jetty.http.HttpField
invokevirtual org.eclipse.jetty.http.HttpFields$Mutable$ListItr.set:(Lorg/eclipse/jetty/http/HttpField;)V
return
LocalVariableTable:
Start End Slot Name Signature
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: aload 0
invokevirtual org.eclipse.jetty.http.HttpFields$Mutable$ListItr.next:()Lorg/eclipse/jetty/http/HttpField;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object previous();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.jetty.http.HttpFields$Mutable$ListItr.previous:()Lorg/eclipse/jetty/http/HttpField;
areturn
LocalVariableTable:
Start End Slot Name Signature
public void add(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.jetty.http.HttpField
invokevirtual org.eclipse.jetty.http.HttpFields$Mutable$ListItr.add:(Lorg/eclipse/jetty/http/HttpField;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/ListIterator<Lorg/eclipse/jetty/http/HttpField;>;
SourceFile: "HttpFields.java"
NestHost: org.eclipse.jetty.http.HttpFields
InnerClasses:
public Mutable = org.eclipse.jetty.http.HttpFields$Mutable of org.eclipse.jetty.http.HttpFields
private ListItr = org.eclipse.jetty.http.HttpFields$Mutable$ListItr of org.eclipse.jetty.http.HttpFields$Mutable