class org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList$1 implements java.util.ListIterator<T>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList$1
super_class: java.lang.Object
{
private final java.util.ListIterator<T> listIterator;
descriptor: Ljava/util/ListIterator;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/ListIterator<TT;>;
final org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this$1;
descriptor: Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList, int);
descriptor: (Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList;I)V
flags: (0x0000)
Code:
stack=4, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList$1.this$1:Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.original:Lorg/eclipse/collections/api/list/MutableList;
iload 2
aload 1
getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.offset:I
iadd
invokeinterface org.eclipse.collections.api.list.MutableList.listIterator:(I)Ljava/util/ListIterator;
putfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList$1.listIterator:Ljava/util/ListIterator;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList$1;
MethodParameters:
Name Flags
this$0 final
val$index final
public boolean hasNext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList$1.nextIndex:()I
aload 0
getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList$1.this$1:Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList;
getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.size:I
if_icmpge 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/collections/impl/list/mutable/AbstractMutableList$SubList$1;
public T next();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList$1.hasNext:()Z
ifeq 2
1: aload 0
getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList$1.listIterator:Ljava/util/ListIterator;
invokeinterface java.util.ListIterator.next:()Ljava/lang/Object;
areturn
2: StackMap locals:
StackMap stack:
new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList$1;
Signature: ()TT;
public boolean hasPrevious();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList$1.previousIndex:()I
iflt 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/collections/impl/list/mutable/AbstractMutableList$SubList$1;
public T previous();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList$1.hasPrevious:()Z
ifeq 2
1: aload 0
getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList$1.listIterator:Ljava/util/ListIterator;
invokeinterface java.util.ListIterator.previous:()Ljava/lang/Object;
areturn
2: StackMap locals:
StackMap stack:
new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList$1;
Signature: ()TT;
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.collections.impl.list.mutable.AbstractMutableList$SubList$1.listIterator:Ljava/util/ListIterator;
invokeinterface java.util.ListIterator.nextIndex:()I
aload 0
getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList$1.this$1:Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList;
getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.offset:I
isub
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList$1;
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.collections.impl.list.mutable.AbstractMutableList$SubList$1.listIterator:Ljava/util/ListIterator;
invokeinterface java.util.ListIterator.previousIndex:()I
aload 0
getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList$1.this$1:Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList;
getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.offset:I
isub
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList$1;
public void remove();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList$1.listIterator:Ljava/util/ListIterator;
invokeinterface java.util.ListIterator.remove:()V
1: aload 0
getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList$1.this$1:Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList;
dup
getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.size:I
iconst_1
isub
putfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.size:I
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList$1;
public void set();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList$1.listIterator:Ljava/util/ListIterator;
aload 1
invokeinterface java.util.ListIterator.set:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList$1;
0 2 1 o TT;
Signature: (TT;)V
MethodParameters:
Name Flags
o
public void add();
descriptor: (Ljava/lang/Object;)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.collections.impl.list.mutable.AbstractMutableList$SubList$1.listIterator:Ljava/util/ListIterator;
aload 1
invokeinterface java.util.ListIterator.add:(Ljava/lang/Object;)V
1: aload 0
getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList$1.this$1:Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList;
dup
getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.size:I
iconst_1
iadd
putfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.size:I
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList$1;
0 3 1 o TT;
Signature: (TT;)V
MethodParameters:
Name Flags
o
}
Signature: Ljava/lang/Object;Ljava/util/ListIterator<TT;>;
SourceFile: "AbstractMutableList.java"
EnclosingMethod: org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.listIterator:(I)Ljava/util/ListIterator;
NestHost: org.eclipse.collections.impl.list.mutable.AbstractMutableList
InnerClasses:
protected SubList = org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList of org.eclipse.collections.impl.list.mutable.AbstractMutableList
org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList$1