Refactor the SecondaryLinkedList class

Signed-off-by: Graham <gpe@openrs2.dev>
Graham 4 years ago
parent 9b81f5c6c0
commit aeb03865a1
  1. 50
      share/deob/map/client.yaml

@ -261,7 +261,7 @@ classes:
client!uh: "Class173" client!uh: "Class173"
client!ui: "Class174" client!ui: "Class174"
client!uj: "Class4_Sub3_Sub14" client!uj: "Class4_Sub3_Sub14"
client!uk: "Class175" client!uk: "SecondaryLinkedList"
client!ul: "Class4_Sub3_Sub1_Sub2" client!ul: "Class4_Sub3_Sub1_Sub2"
client!uo: "Class4_Sub3_Sub20" client!uo: "Class4_Sub3_Sub20"
client!v: "IntNode" client!v: "IntNode"
@ -10488,11 +10488,11 @@ fields:
owner: "Static7" owner: "Static7"
name: "anInt5363" name: "anInt5363"
client!uk.i Lclient!lh;: client!uk.i Lclient!lh;:
owner: "Class175" owner: "SecondaryLinkedList"
name: "aClass4_Sub3_60" name: "sentinel"
client!uk.l Lclient!lh;: client!uk.l Lclient!lh;:
owner: "Class175" owner: "SecondaryLinkedList"
name: "aClass4_Sub3_61" name: "cursor"
client!ul.K I: client!ul.K I:
owner: "Class4_Sub3_Sub1_Sub2" owner: "Class4_Sub3_Sub1_Sub2"
name: "anInt5384" name: "anInt5384"
@ -43235,22 +43235,22 @@ methods:
1: "arg1" 1: "arg1"
locals: {} locals: {}
client!uk.<init> ()V: client!uk.<init> ()V:
owner: "Class175" owner: "SecondaryLinkedList"
name: "<init>" name: "<init>"
arguments: {} arguments: {}
locals: {} locals: {}
client!uk.a (B)Lclient!lh;: client!uk.a (B)Lclient!lh;:
owner: "Class175" owner: "SecondaryLinkedList"
name: "method4332" name: "head"
arguments: {} arguments: {}
locals: locals:
9: "local9" 9: "node"
client!uk.a (I)V: client!uk.a (I)V:
owner: "Class175" owner: "SecondaryLinkedList"
name: "method4337" name: "clear"
arguments: {} arguments: {}
locals: locals:
5: "local5" 5: "node"
client!uk.a (IIII)I: client!uk.a (IIII)I:
owner: "Static35" owner: "Static35"
name: "method4338" name: "method4338"
@ -43260,18 +43260,18 @@ methods:
2: "arg2" 2: "arg2"
locals: {} locals: {}
client!uk.a (ILclient!lh;)V: client!uk.a (ILclient!lh;)V:
owner: "Class175" owner: "SecondaryLinkedList"
name: "method4333" name: "addTail"
arguments: arguments:
1: "arg0" 1: "node"
locals: {} locals: {}
client!uk.a (Z)I: client!uk.a (Z)I:
owner: "Class175" owner: "SecondaryLinkedList"
name: "method4334" name: "size"
arguments: {} arguments: {}
locals: locals:
3: "local3" 3: "size"
11: "local11" 11: "node"
client!uk.a (ZIIII)V: client!uk.a (ZIIII)V:
owner: "Static35" owner: "Static35"
name: "method4339" name: "method4339"
@ -43288,17 +43288,17 @@ methods:
0: "arg0" 0: "arg0"
locals: {} locals: {}
client!uk.b (I)Lclient!lh;: client!uk.b (I)Lclient!lh;:
owner: "Class175" owner: "SecondaryLinkedList"
name: "method4340" name: "next"
arguments: {} arguments: {}
locals: locals:
2: "local2" 2: "node"
client!uk.b (Z)Lclient!lh;: client!uk.b (Z)Lclient!lh;:
owner: "Class175" owner: "SecondaryLinkedList"
name: "method4336" name: "removeHead"
arguments: {} arguments: {}
locals: locals:
12: "local12" 12: "node"
client!ul.a (IB)Lclient!td;: client!ul.a (IB)Lclient!td;:
owner: "Static35" owner: "Static35"
name: "method4361" name: "method4361"

Loading…
Cancel
Save