class org.apache.commons.collections4.list.TreeList$AVLNode<E>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.commons.collections4.list.TreeList$AVLNode
super_class: java.lang.Object
{
private org.apache.commons.collections4.list.TreeList$AVLNode<E> left;
descriptor: Lorg/apache/commons/collections4/list/TreeList$AVLNode;
flags: (0x0002) ACC_PRIVATE
Signature: Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
private boolean leftIsPrevious;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private org.apache.commons.collections4.list.TreeList$AVLNode<E> right;
descriptor: Lorg/apache/commons/collections4/list/TreeList$AVLNode;
flags: (0x0002) ACC_PRIVATE
Signature: Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
private boolean rightIsNext;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private int height;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int relativePosition;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private E value;
descriptor: Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Signature: TE;
private void <init>(int, E, org.apache.commons.collections4.list.TreeList$AVLNode<E>, org.apache.commons.collections4.list.TreeList$AVLNode<E>);
descriptor: (ILjava/lang/Object;Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 1
putfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
2: aload 0
aload 2
putfield org.apache.commons.collections4.list.TreeList$AVLNode.value:Ljava/lang/Object;
3: aload 0
iconst_1
putfield org.apache.commons.collections4.list.TreeList$AVLNode.rightIsNext:Z
4: aload 0
iconst_1
putfield org.apache.commons.collections4.list.TreeList$AVLNode.leftIsPrevious:Z
5: aload 0
aload 3
putfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
6: aload 0
aload 4
putfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
7: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 8 1 relativePosition I
0 8 2 obj TE;
0 8 3 rightFollower Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 8 4 leftFollower Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
Signature: (ITE;Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;)V
MethodParameters:
Name Flags
relativePosition final
obj final
rightFollower final
leftFollower final
private void <init>(java.util.Collection<? extends E>);
descriptor: (Ljava/util/Collection;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
iconst_0
aload 1
invokeinterface java.util.Collection.size:()I
iconst_1
isub
iconst_0
aconst_null
aconst_null
invokespecial org.apache.commons.collections4.list.TreeList$AVLNode.<init>:(Ljava/util/Iterator;IIILorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 2 1 coll Ljava/util/Collection<+TE;>;
Signature: (Ljava/util/Collection<+TE;>;)V
MethodParameters:
Name Flags
coll final
private void <init>(java.util.Iterator<? extends E>, int, int, int, org.apache.commons.collections4.list.TreeList$AVLNode<E>, org.apache.commons.collections4.list.TreeList$AVLNode<E>);
descriptor: (Ljava/util/Iterator;IIILorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=9, locals=8, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: iload 2
iload 3
iload 2
isub
iconst_2
idiv
iadd
istore 7
start local 7 2: iload 2
iload 7
if_icmpge 5
3: aload 0
new org.apache.commons.collections4.list.TreeList$AVLNode
dup
aload 1
iload 2
iload 7
iconst_1
isub
iload 7
aload 5
aload 0
invokespecial org.apache.commons.collections4.list.TreeList$AVLNode.<init>:(Ljava/util/Iterator;IIILorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
putfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
4: goto 7
5: StackMap locals: org.apache.commons.collections4.list.TreeList$AVLNode java.util.Iterator int int int org.apache.commons.collections4.list.TreeList$AVLNode org.apache.commons.collections4.list.TreeList$AVLNode int
StackMap stack:
aload 0
iconst_1
putfield org.apache.commons.collections4.list.TreeList$AVLNode.leftIsPrevious:Z
6: aload 0
aload 5
putfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
7: StackMap locals:
StackMap stack:
aload 0
aload 1
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
putfield org.apache.commons.collections4.list.TreeList$AVLNode.value:Ljava/lang/Object;
8: aload 0
iload 7
iload 4
isub
putfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
9: iload 7
iload 3
if_icmpge 12
10: aload 0
new org.apache.commons.collections4.list.TreeList$AVLNode
dup
aload 1
iload 7
iconst_1
iadd
iload 3
iload 7
aload 0
aload 6
invokespecial org.apache.commons.collections4.list.TreeList$AVLNode.<init>:(Ljava/util/Iterator;IIILorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
putfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
11: goto 14
12: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield org.apache.commons.collections4.list.TreeList$AVLNode.rightIsNext:Z
13: aload 0
aload 6
putfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
14: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.recalcHeight:()V
15: return
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 16 1 iterator Ljava/util/Iterator<+TE;>;
0 16 2 start I
0 16 3 end I
0 16 4 absolutePositionOfParent I
0 16 5 prev Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 16 6 next Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
2 16 7 mid I
Signature: (Ljava/util/Iterator<+TE;>;IIILorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;)V
MethodParameters:
Name Flags
iterator final
start final
end final
absolutePositionOfParent final
prev final
next final
E getValue();
descriptor: ()Ljava/lang/Object;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.value:Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
Signature: ()TE;
void setValue();
descriptor: (Ljava/lang/Object;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.apache.commons.collections4.list.TreeList$AVLNode.value:Ljava/lang/Object;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 2 1 obj TE;
Signature: (TE;)V
MethodParameters:
Name Flags
obj final
org.apache.commons.collections4.list.TreeList$AVLNode<E> get(int);
descriptor: (I)Lorg/apache/commons/collections4/list/TreeList$AVLNode;
flags: (0x0000)
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: iload 1
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
isub
istore 2
start local 2 1: iload 2
ifne 3
2: aload 0
areturn
3: StackMap locals: int
StackMap stack:
iload 2
ifge 4
aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getLeftSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
goto 5
StackMap locals:
StackMap stack:
4: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getRightSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
StackMap locals:
StackMap stack: org.apache.commons.collections4.list.TreeList$AVLNode
5: astore 3
start local 3 6: aload 3
ifnonnull 8
7: aconst_null
areturn
8: StackMap locals: org.apache.commons.collections4.list.TreeList$AVLNode
StackMap stack:
aload 3
iload 2
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.get:(I)Lorg/apache/commons/collections4/list/TreeList$AVLNode;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 9 1 index I
1 9 2 indexRelativeToMe I
6 9 3 nextNode Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
Signature: (I)Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
MethodParameters:
Name Flags
index final
int indexOf(java.lang.Object, int);
descriptor: (Ljava/lang/Object;I)I
flags: (0x0000)
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getLeftSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
ifnull 4
1: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
aload 1
iload 2
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
iadd
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.indexOf:(Ljava/lang/Object;I)I
istore 3
start local 3 2: iload 3
iconst_m1
if_icmpeq 4
3: iload 3
ireturn
end local 3 4: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.value:Ljava/lang/Object;
ifnonnull 5
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.value:Ljava/lang/Object;
aload 1
if_acmpne 7
goto 6
StackMap locals:
StackMap stack:
5: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.value:Ljava/lang/Object;
aload 1
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 7
6: StackMap locals:
StackMap stack:
iload 2
ireturn
7: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getRightSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
ifnull 9
8: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
aload 1
iload 2
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
iadd
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.indexOf:(Ljava/lang/Object;I)I
ireturn
9: StackMap locals:
StackMap stack:
iconst_m1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 10 1 object Ljava/lang/Object;
0 10 2 index I
2 4 3 result I
MethodParameters:
Name Flags
object final
index final
void toArray(java.lang.Object[], int);
descriptor: ([Ljava/lang/Object;I)V
flags: (0x0000)
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
iload 2
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.value:Ljava/lang/Object;
aastore
1: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getLeftSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
ifnull 3
2: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
aload 1
iload 2
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
iadd
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.toArray:([Ljava/lang/Object;I)V
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getRightSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
ifnull 5
4: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
aload 1
iload 2
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
iadd
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.toArray:([Ljava/lang/Object;I)V
5: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 6 1 array [Ljava/lang/Object;
0 6 2 index I
MethodParameters:
Name Flags
array final
index final
org.apache.commons.collections4.list.TreeList$AVLNode<E> next();
descriptor: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.rightIsNext:Z
ifne 1
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
ifnonnull 2
1: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.min:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
Signature: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
org.apache.commons.collections4.list.TreeList$AVLNode<E> previous();
descriptor: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.leftIsPrevious:Z
ifne 1
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
ifnonnull 2
1: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.max:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
Signature: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
org.apache.commons.collections4.list.TreeList$AVLNode<E> insert(int, E);
descriptor: (ILjava/lang/Object;)Lorg/apache/commons/collections4/list/TreeList$AVLNode;
flags: (0x0000)
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: iload 1
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
isub
istore 3
start local 3 1: iload 3
ifgt 3
2: aload 0
iload 3
aload 2
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.insertOnLeft:(ILjava/lang/Object;)Lorg/apache/commons/collections4/list/TreeList$AVLNode;
areturn
3: StackMap locals: int
StackMap stack:
aload 0
iload 3
aload 2
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.insertOnRight:(ILjava/lang/Object;)Lorg/apache/commons/collections4/list/TreeList$AVLNode;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 4 1 index I
0 4 2 obj TE;
1 4 3 indexRelativeToMe I
Signature: (ITE;)Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
MethodParameters:
Name Flags
index final
obj final
private org.apache.commons.collections4.list.TreeList$AVLNode<E> insertOnLeft(int, E);
descriptor: (ILjava/lang/Object;)Lorg/apache/commons/collections4/list/TreeList$AVLNode;
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getLeftSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
ifnonnull 3
1: aload 0
new org.apache.commons.collections4.list.TreeList$AVLNode
dup
iconst_m1
aload 2
aload 0
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokespecial org.apache.commons.collections4.list.TreeList$AVLNode.<init>:(ILjava/lang/Object;Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
aconst_null
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setLeft:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
iload 1
aload 2
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.insert:(ILjava/lang/Object;)Lorg/apache/commons/collections4/list/TreeList$AVLNode;
aconst_null
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setLeft:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
4: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
iflt 6
5: aload 0
dup
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
iconst_1
iadd
putfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
6: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.balance:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
astore 3
start local 3 7: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.recalcHeight:()V
8: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 9 1 indexRelativeToMe I
0 9 2 obj TE;
7 9 3 ret Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
Signature: (ITE;)Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
MethodParameters:
Name Flags
indexRelativeToMe final
obj final
private org.apache.commons.collections4.list.TreeList$AVLNode<E> insertOnRight(int, E);
descriptor: (ILjava/lang/Object;)Lorg/apache/commons/collections4/list/TreeList$AVLNode;
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getRightSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
ifnonnull 3
1: aload 0
new org.apache.commons.collections4.list.TreeList$AVLNode
dup
iconst_1
aload 2
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
aload 0
invokespecial org.apache.commons.collections4.list.TreeList$AVLNode.<init>:(ILjava/lang/Object;Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
aconst_null
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setRight:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
iload 1
aload 2
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.insert:(ILjava/lang/Object;)Lorg/apache/commons/collections4/list/TreeList$AVLNode;
aconst_null
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setRight:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
4: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
ifge 6
5: aload 0
dup
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
iconst_1
isub
putfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
6: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.balance:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
astore 3
start local 3 7: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.recalcHeight:()V
8: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 9 1 indexRelativeToMe I
0 9 2 obj TE;
7 9 3 ret Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
Signature: (ITE;)Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
MethodParameters:
Name Flags
indexRelativeToMe final
obj final
private org.apache.commons.collections4.list.TreeList$AVLNode<E> getLeftSubTree();
descriptor: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.leftIsPrevious:Z
ifeq 1
aconst_null
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
StackMap locals:
StackMap stack: org.apache.commons.collections4.list.TreeList$AVLNode
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
Signature: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
private org.apache.commons.collections4.list.TreeList$AVLNode<E> getRightSubTree();
descriptor: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.rightIsNext:Z
ifeq 1
aconst_null
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
StackMap locals:
StackMap stack: org.apache.commons.collections4.list.TreeList$AVLNode
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
Signature: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
private org.apache.commons.collections4.list.TreeList$AVLNode<E> max();
descriptor: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getRightSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
ifnonnull 1
aload 0
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.max:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
StackMap locals:
StackMap stack: org.apache.commons.collections4.list.TreeList$AVLNode
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
Signature: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
private org.apache.commons.collections4.list.TreeList$AVLNode<E> min();
descriptor: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getLeftSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
ifnonnull 1
aload 0
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.min:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
StackMap locals:
StackMap stack: org.apache.commons.collections4.list.TreeList$AVLNode
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
Signature: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
org.apache.commons.collections4.list.TreeList$AVLNode<E> remove(int);
descriptor: (I)Lorg/apache/commons/collections4/list/TreeList$AVLNode;
flags: (0x0000)
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: iload 1
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
isub
istore 2
start local 2 1: iload 2
ifne 3
2: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.removeSelf:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
areturn
3: StackMap locals: int
StackMap stack:
iload 2
ifle 8
4: aload 0
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
iload 2
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.remove:(I)Lorg/apache/commons/collections4/list/TreeList$AVLNode;
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setRight:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
5: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
ifge 11
6: aload 0
dup
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
iconst_1
iadd
putfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
7: goto 11
8: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
iload 2
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.remove:(I)Lorg/apache/commons/collections4/list/TreeList$AVLNode;
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setLeft:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
9: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
ifle 11
10: aload 0
dup
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
iconst_1
isub
putfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
11: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.recalcHeight:()V
12: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.balance:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 13 1 index I
1 13 2 indexRelativeToMe I
Signature: (I)Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
MethodParameters:
Name Flags
index final
private org.apache.commons.collections4.list.TreeList$AVLNode<E> removeMax();
descriptor: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getRightSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
ifnonnull 2
1: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.removeSelf:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
areturn
2: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.removeMax:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setRight:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
3: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
ifge 5
4: aload 0
dup
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
iconst_1
iadd
putfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
5: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.recalcHeight:()V
6: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.balance:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
Signature: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
private org.apache.commons.collections4.list.TreeList$AVLNode<E> removeMin();
descriptor: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getLeftSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
ifnonnull 2
1: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.removeSelf:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
areturn
2: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.removeMin:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setLeft:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
3: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
ifle 5
4: aload 0
dup
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
iconst_1
isub
putfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
5: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.recalcHeight:()V
6: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.balance:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
Signature: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
private org.apache.commons.collections4.list.TreeList$AVLNode<E> removeSelf();
descriptor: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getRightSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
ifnonnull 2
aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getLeftSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
ifnonnull 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getRightSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
ifnonnull 7
3: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
ifle 5
4: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
dup
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
iadd
putfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
5: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.max:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
aconst_null
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setRight:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
6: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
areturn
7: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getLeftSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
ifnonnull 13
8: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
dup
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
ifge 9
iconst_0
goto 10
StackMap locals: org.apache.commons.collections4.list.TreeList$AVLNode
StackMap stack: org.apache.commons.collections4.list.TreeList$AVLNode int int
9: iconst_1
StackMap locals: org.apache.commons.collections4.list.TreeList$AVLNode
StackMap stack: org.apache.commons.collections4.list.TreeList$AVLNode int int int
10: isub
iadd
putfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
11: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.min:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
aconst_null
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setLeft:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
12: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
areturn
13: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.heightRightMinusLeft:()I
ifle 22
14: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.min:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
astore 1
start local 1 15: aload 0
aload 1
getfield org.apache.commons.collections4.list.TreeList$AVLNode.value:Ljava/lang/Object;
putfield org.apache.commons.collections4.list.TreeList$AVLNode.value:Ljava/lang/Object;
16: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.leftIsPrevious:Z
ifeq 18
17: aload 0
aload 1
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
putfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
18: StackMap locals: org.apache.commons.collections4.list.TreeList$AVLNode
StackMap stack:
aload 0
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.removeMin:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
putfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
19: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
ifge 33
20: aload 0
dup
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
iconst_1
iadd
putfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
end local 1 21: goto 33
22: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.max:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
astore 1
start local 1 23: aload 0
aload 1
getfield org.apache.commons.collections4.list.TreeList$AVLNode.value:Ljava/lang/Object;
putfield org.apache.commons.collections4.list.TreeList$AVLNode.value:Ljava/lang/Object;
24: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.rightIsNext:Z
ifeq 26
25: aload 0
aload 1
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
putfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
26: StackMap locals: org.apache.commons.collections4.list.TreeList$AVLNode
StackMap stack:
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
astore 2
start local 2 27: aload 0
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.removeMax:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
putfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
28: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
ifnonnull 31
29: aload 0
aload 2
putfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
30: aload 0
iconst_1
putfield org.apache.commons.collections4.list.TreeList$AVLNode.leftIsPrevious:Z
31: StackMap locals: org.apache.commons.collections4.list.TreeList$AVLNode
StackMap stack:
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
ifle 33
32: aload 0
dup
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
iconst_1
isub
putfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
end local 2 end local 1 33: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.recalcHeight:()V
34: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 35 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
15 21 1 rightMin Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
23 33 1 leftMax Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
27 33 2 leftPrevious Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
Signature: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
private org.apache.commons.collections4.list.TreeList$AVLNode<E> balance();
descriptor: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.heightRightMinusLeft:()I
tableswitch { // -2 - 2
-2: 2
-1: 1
0: 1
1: 1
2: 5
default: 8
}
1: StackMap locals:
StackMap stack:
aload 0
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.heightRightMinusLeft:()I
ifle 4
3: aload 0
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.rotateLeft:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
aconst_null
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setLeft:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
4: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.rotateRight:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
areturn
5: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.heightRightMinusLeft:()I
ifge 7
6: aload 0
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.rotateRight:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
aconst_null
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setRight:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
7: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.rotateLeft:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
areturn
8: StackMap locals:
StackMap stack:
new java.lang.RuntimeException
dup
ldc "tree inconsistent!"
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
Signature: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
private int getOffset(org.apache.commons.collections4.list.TreeList$AVLNode<E>);
descriptor: (Lorg/apache/commons/collections4/list/TreeList$AVLNode;)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 1
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 3 1 node Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
Signature: (Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;)I
MethodParameters:
Name Flags
node final
private int setOffset(org.apache.commons.collections4.list.TreeList$AVLNode<E>, );
descriptor: (Lorg/apache/commons/collections4/list/TreeList$AVLNode;I)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ifnonnull 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getOffset:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;)I
istore 3
start local 3 3: aload 1
iload 2
putfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
4: iload 3
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 5 1 node Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 5 2 newOffest I
3 5 3 oldOffset I
Signature: (Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;I)I
MethodParameters:
Name Flags
node final
newOffest final
private void recalcHeight();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
1: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getLeftSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
ifnonnull 2
iconst_m1
goto 3
StackMap locals:
StackMap stack: org.apache.commons.collections4.list.TreeList$AVLNode
2: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getLeftSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
getfield org.apache.commons.collections4.list.TreeList$AVLNode.height:I
3: StackMap locals: org.apache.commons.collections4.list.TreeList$AVLNode
StackMap stack: org.apache.commons.collections4.list.TreeList$AVLNode int
aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getRightSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
ifnonnull 4
iconst_m1
goto 5
StackMap locals: org.apache.commons.collections4.list.TreeList$AVLNode
StackMap stack: org.apache.commons.collections4.list.TreeList$AVLNode int
4: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getRightSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
getfield org.apache.commons.collections4.list.TreeList$AVLNode.height:I
5: StackMap locals: org.apache.commons.collections4.list.TreeList$AVLNode
StackMap stack: org.apache.commons.collections4.list.TreeList$AVLNode int int
invokestatic java.lang.Math.max:(II)I
6: iconst_1
7: iadd
putfield org.apache.commons.collections4.list.TreeList$AVLNode.height:I
8: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
private int getHeight(org.apache.commons.collections4.list.TreeList$AVLNode<E>);
descriptor: (Lorg/apache/commons/collections4/list/TreeList$AVLNode;)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 1
iconst_m1
goto 2
StackMap locals:
StackMap stack:
1: aload 1
getfield org.apache.commons.collections4.list.TreeList$AVLNode.height:I
StackMap locals:
StackMap stack: int
2: ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 3 1 node Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
Signature: (Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;)I
MethodParameters:
Name Flags
node final
private int heightRightMinusLeft();
descriptor: ()I
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getRightSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getHeight:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;)I
aload 0
aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getLeftSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getHeight:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;)I
isub
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
private org.apache.commons.collections4.list.TreeList$AVLNode<E> rotateLeft();
descriptor: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=6, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
astore 1
start local 1 1: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getRightSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getLeftSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
astore 2
start local 2 2: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
aload 0
aload 1
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getOffset:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;)I
iadd
istore 3
start local 3 3: aload 1
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
ineg
istore 4
start local 4 4: aload 0
aload 1
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getOffset:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;)I
aload 0
aload 2
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getOffset:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;)I
iadd
istore 5
start local 5 5: aload 0
aload 2
aload 1
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setRight:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
6: aload 1
aload 0
aconst_null
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setLeft:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
7: aload 0
aload 1
iload 3
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setOffset:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;I)I
pop
8: aload 0
aload 0
iload 4
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setOffset:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;I)I
pop
9: aload 0
aload 2
iload 5
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setOffset:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;I)I
pop
10: aload 1
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
1 11 1 newTop Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
2 11 2 movedNode Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
3 11 3 newTopPosition I
4 11 4 myNewPosition I
5 11 5 movedPosition I
Signature: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
private org.apache.commons.collections4.list.TreeList$AVLNode<E> rotateRight();
descriptor: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=6, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
astore 1
start local 1 1: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getLeftSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getRightSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
astore 2
start local 2 2: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
aload 0
aload 1
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getOffset:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;)I
iadd
istore 3
start local 3 3: aload 1
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
ineg
istore 4
start local 4 4: aload 0
aload 1
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getOffset:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;)I
aload 0
aload 2
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getOffset:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;)I
iadd
istore 5
start local 5 5: aload 0
aload 2
aload 1
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setLeft:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
6: aload 1
aload 0
aconst_null
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setRight:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
7: aload 0
aload 1
iload 3
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setOffset:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;I)I
pop
8: aload 0
aload 0
iload 4
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setOffset:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;I)I
pop
9: aload 0
aload 2
iload 5
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setOffset:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;I)I
pop
10: aload 1
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
1 11 1 newTop Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
2 11 2 movedNode Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
3 11 3 newTopPosition I
4 11 4 myNewPosition I
5 11 5 movedPosition I
Signature: ()Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
private void setLeft(org.apache.commons.collections4.list.TreeList$AVLNode<E>, org.apache.commons.collections4.list.TreeList$AVLNode<E>);
descriptor: (Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
ifnonnull 1
iconst_1
goto 2
StackMap locals:
StackMap stack: org.apache.commons.collections4.list.TreeList$AVLNode
1: iconst_0
StackMap locals: org.apache.commons.collections4.list.TreeList$AVLNode org.apache.commons.collections4.list.TreeList$AVLNode org.apache.commons.collections4.list.TreeList$AVLNode
StackMap stack: org.apache.commons.collections4.list.TreeList$AVLNode int
2: putfield org.apache.commons.collections4.list.TreeList$AVLNode.leftIsPrevious:Z
3: aload 0
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.leftIsPrevious:Z
ifeq 4
aload 2
goto 5
StackMap locals:
StackMap stack: org.apache.commons.collections4.list.TreeList$AVLNode
4: aload 1
StackMap locals: org.apache.commons.collections4.list.TreeList$AVLNode org.apache.commons.collections4.list.TreeList$AVLNode org.apache.commons.collections4.list.TreeList$AVLNode
StackMap stack: org.apache.commons.collections4.list.TreeList$AVLNode org.apache.commons.collections4.list.TreeList$AVLNode
5: putfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
6: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.recalcHeight:()V
7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 8 1 node Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 8 2 previous Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
Signature: (Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;)V
MethodParameters:
Name Flags
node final
previous final
private void setRight(org.apache.commons.collections4.list.TreeList$AVLNode<E>, org.apache.commons.collections4.list.TreeList$AVLNode<E>);
descriptor: (Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
ifnonnull 1
iconst_1
goto 2
StackMap locals:
StackMap stack: org.apache.commons.collections4.list.TreeList$AVLNode
1: iconst_0
StackMap locals: org.apache.commons.collections4.list.TreeList$AVLNode org.apache.commons.collections4.list.TreeList$AVLNode org.apache.commons.collections4.list.TreeList$AVLNode
StackMap stack: org.apache.commons.collections4.list.TreeList$AVLNode int
2: putfield org.apache.commons.collections4.list.TreeList$AVLNode.rightIsNext:Z
3: aload 0
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.rightIsNext:Z
ifeq 4
aload 2
goto 5
StackMap locals:
StackMap stack: org.apache.commons.collections4.list.TreeList$AVLNode
4: aload 1
StackMap locals: org.apache.commons.collections4.list.TreeList$AVLNode org.apache.commons.collections4.list.TreeList$AVLNode org.apache.commons.collections4.list.TreeList$AVLNode
StackMap stack: org.apache.commons.collections4.list.TreeList$AVLNode org.apache.commons.collections4.list.TreeList$AVLNode
5: putfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
6: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.recalcHeight:()V
7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 8 1 node Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 8 2 next Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
Signature: (Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;)V
MethodParameters:
Name Flags
node final
next final
private org.apache.commons.collections4.list.TreeList$AVLNode<E> addAll(org.apache.commons.collections4.list.TreeList$AVLNode<E>, int);
descriptor: (Lorg/apache/commons/collections4/list/TreeList$AVLNode;I)Lorg/apache/commons/collections4/list/TreeList$AVLNode;
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=11, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.max:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
astore 3
start local 3 1: aload 1
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.min:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
astore 4
start local 4 2: aload 1
getfield org.apache.commons.collections4.list.TreeList$AVLNode.height:I
aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.height:I
if_icmple 32
3: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.removeMax:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
astore 5
start local 5 4: new java.util.ArrayDeque
dup
invokespecial java.util.ArrayDeque.<init>:()V
astore 6
start local 6 5: aload 1
astore 7
start local 7 6: aload 7
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
iload 2
iadd
istore 8
start local 8 7: iconst_0
istore 9
start local 9 8: goto 14
9: StackMap locals: org.apache.commons.collections4.list.TreeList$AVLNode org.apache.commons.collections4.list.TreeList$AVLNode int org.apache.commons.collections4.list.TreeList$AVLNode org.apache.commons.collections4.list.TreeList$AVLNode org.apache.commons.collections4.list.TreeList$AVLNode java.util.Deque org.apache.commons.collections4.list.TreeList$AVLNode int int
StackMap stack:
iload 8
istore 9
10: aload 6
aload 7
invokeinterface java.util.Deque.push:(Ljava/lang/Object;)V
11: aload 7
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
astore 7
12: aload 7
ifnull 14
13: iload 8
aload 7
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
iadd
istore 8
14: StackMap locals:
StackMap stack:
aload 7
ifnull 15
aload 7
getfield org.apache.commons.collections4.list.TreeList$AVLNode.height:I
aload 0
aload 5
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getHeight:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;)I
if_icmpgt 9
15: StackMap locals:
StackMap stack:
aload 3
aload 5
aconst_null
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setLeft:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
16: aload 3
aload 7
aload 4
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setRight:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
17: aload 5
ifnull 20
18: aload 5
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.max:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
aconst_null
aload 3
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setRight:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
19: aload 5
dup
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
iload 2
iconst_1
isub
isub
putfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
20: StackMap locals:
StackMap stack:
aload 7
ifnull 23
21: aload 7
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.min:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
aconst_null
aload 3
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setLeft:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
22: aload 7
iload 8
iload 2
isub
iconst_1
iadd
putfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
23: StackMap locals:
StackMap stack:
aload 3
iload 2
iconst_1
isub
iload 9
isub
putfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
24: aload 1
dup
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
iload 2
iadd
putfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
25: aload 3
astore 7
26: goto 30
27: StackMap locals:
StackMap stack:
aload 6
invokeinterface java.util.Deque.pop:()Ljava/lang/Object;
checkcast org.apache.commons.collections4.list.TreeList$AVLNode
astore 10
start local 10 28: aload 10
aload 7
aconst_null
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setLeft:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
29: aload 10
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.balance:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
astore 7
end local 10 30: StackMap locals:
StackMap stack:
aload 6
invokeinterface java.util.Deque.isEmpty:()Z
ifeq 27
31: aload 7
areturn
end local 9 end local 8 end local 7 end local 6 end local 5 32: StackMap locals: org.apache.commons.collections4.list.TreeList$AVLNode org.apache.commons.collections4.list.TreeList$AVLNode int org.apache.commons.collections4.list.TreeList$AVLNode org.apache.commons.collections4.list.TreeList$AVLNode
StackMap stack:
aload 1
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.removeMin:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
astore 1
33: new java.util.ArrayDeque
dup
invokespecial java.util.ArrayDeque.<init>:()V
astore 5
start local 5 34: aload 0
astore 6
start local 6 35: aload 6
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
istore 7
start local 7 36: iconst_0
istore 8
start local 8 37: goto 43
38: StackMap locals: org.apache.commons.collections4.list.TreeList$AVLNode org.apache.commons.collections4.list.TreeList$AVLNode int org.apache.commons.collections4.list.TreeList$AVLNode org.apache.commons.collections4.list.TreeList$AVLNode java.util.Deque org.apache.commons.collections4.list.TreeList$AVLNode int int
StackMap stack:
iload 7
istore 8
39: aload 5
aload 6
invokeinterface java.util.Deque.push:(Ljava/lang/Object;)V
40: aload 6
getfield org.apache.commons.collections4.list.TreeList$AVLNode.right:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
astore 6
41: aload 6
ifnull 43
42: iload 7
aload 6
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
iadd
istore 7
43: StackMap locals:
StackMap stack:
aload 6
ifnull 44
aload 6
getfield org.apache.commons.collections4.list.TreeList$AVLNode.height:I
aload 0
aload 1
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getHeight:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;)I
if_icmpgt 38
44: StackMap locals:
StackMap stack:
aload 4
aload 1
aconst_null
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setRight:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
45: aload 4
aload 6
aload 3
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setLeft:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
46: aload 1
ifnull 49
47: aload 1
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.min:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
aconst_null
aload 4
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setLeft:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
48: aload 1
dup
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
iconst_1
iadd
putfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
49: StackMap locals:
StackMap stack:
aload 6
ifnull 52
50: aload 6
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.max:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
aconst_null
aload 4
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setRight:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
51: aload 6
iload 7
iload 2
isub
putfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
52: StackMap locals:
StackMap stack:
aload 4
iload 2
iload 8
isub
putfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
53: aload 4
astore 6
54: goto 58
55: StackMap locals:
StackMap stack:
aload 5
invokeinterface java.util.Deque.pop:()Ljava/lang/Object;
checkcast org.apache.commons.collections4.list.TreeList$AVLNode
astore 9
start local 9 56: aload 9
aload 6
aconst_null
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setRight:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
57: aload 9
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.balance:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
astore 6
end local 9 58: StackMap locals:
StackMap stack:
aload 5
invokeinterface java.util.Deque.isEmpty:()Z
ifeq 55
59: aload 6
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 60 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 60 1 otherTree Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
0 60 2 currentSize I
1 60 3 maxNode Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
2 60 4 otherTreeMin Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
4 32 5 leftSubTree Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
5 32 6 sAncestors Ljava/util/Deque<Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;>;
6 32 7 s Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
7 32 8 sAbsolutePosition I
8 32 9 sParentAbsolutePosition I
28 30 10 sAncestor Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
34 60 5 sAncestors Ljava/util/Deque<Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;>;
35 60 6 s Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
36 60 7 sAbsolutePosition I
37 60 8 sParentAbsolutePosition I
56 58 9 sAncestor Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
Signature: (Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;I)Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
MethodParameters:
Name Flags
otherTree
currentSize final
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
1: ldc "AVLNode("
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
2: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
3: bipush 44
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
4: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.left:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
ifnull 5
iconst_1
goto 6
StackMap locals:
StackMap stack: java.lang.StringBuilder
5: iconst_0
StackMap locals: org.apache.commons.collections4.list.TreeList$AVLNode
StackMap stack: java.lang.StringBuilder int
6: invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
7: bipush 44
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
8: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.value:Ljava/lang/Object;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
9: bipush 44
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
10: aload 0
invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getRightSubTree:()Lorg/apache/commons/collections4/list/TreeList$AVLNode;
ifnull 11
iconst_1
goto 12
StackMap locals:
StackMap stack: java.lang.StringBuilder
11: iconst_0
StackMap locals: org.apache.commons.collections4.list.TreeList$AVLNode
StackMap stack: java.lang.StringBuilder int
12: invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
13: ldc ", faedelung "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
14: aload 0
getfield org.apache.commons.collections4.list.TreeList$AVLNode.rightIsNext:Z
invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
15: ldc " )"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
16: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
17: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
}
Signature: <E:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "TreeList.java"
NestHost: org.apache.commons.collections4.list.TreeList
InnerClasses:
AVLNode = org.apache.commons.collections4.list.TreeList$AVLNode of org.apache.commons.collections4.list.TreeList