Refactor the HashTableIterator class

Signed-off-by: Graham <gpe@openrs2.dev>
Graham 4 years ago
parent 9ffc7701e2
commit 946ab98a82
  1. 30
      share/deob/map/client.yaml

@ -200,7 +200,7 @@ classes:
client!qb: "Class4_Sub1_Sub24" client!qb: "Class4_Sub1_Sub24"
client!qc: "Class53_Sub1" client!qc: "Class53_Sub1"
client!qd: "Class4_Sub3_Sub16" client!qd: "Class4_Sub3_Sub16"
client!qe: "Class141" client!qe: "HashTableIterator"
client!qf: "Class142" client!qf: "Class142"
client!qg: "Class143" client!qg: "Class143"
client!qh: "Class4_Sub23" client!qh: "Class4_Sub23"
@ -8019,8 +8019,8 @@ fields:
owner: "Static5" owner: "Static5"
name: "anInt4285" name: "anInt4285"
client!qe.d I: client!qe.d I:
owner: "Class141" owner: "HashTableIterator"
name: "anInt4287" name: "bucket"
client!qe.e Z: client!qe.e Z:
owner: "Static5" owner: "Static5"
name: "aBoolean301" name: "aBoolean301"
@ -8028,14 +8028,14 @@ fields:
owner: "Static5" owner: "Static5"
name: "anIntArray456" name: "anIntArray456"
client!qe.g Lclient!ic;: client!qe.g Lclient!ic;:
owner: "Class141" owner: "HashTableIterator"
name: "aClass84_20" name: "table"
client!qe.k I: client!qe.k I:
owner: "Static5" owner: "Static5"
name: "anInt4291" name: "anInt4291"
client!qe.l Lclient!ni;: client!qe.l Lclient!ni;:
owner: "Class141" owner: "HashTableIterator"
name: "aClass4_159" name: "cursor"
client!qe.n I: client!qe.n I:
owner: "Static5" owner: "Static5"
name: "anInt4293" name: "anInt4293"
@ -36055,14 +36055,14 @@ methods:
arguments: {} arguments: {}
locals: {} locals: {}
client!qe.<init> (Lclient!ic;)V: client!qe.<init> (Lclient!ic;)V:
owner: "Class141" owner: "HashTableIterator"
name: "<init>" name: "<init>"
arguments: arguments:
0: "arg0" 0: "table"
locals: {} locals: {}
client!qe.a (B)Lclient!ni;: client!qe.a (B)Lclient!ni;:
owner: "Class141" owner: "HashTableIterator"
name: "method3540" name: "head"
arguments: {} arguments: {}
locals: {} locals: {}
client!qe.a (II)V: client!qe.a (II)V:
@ -36119,12 +36119,12 @@ methods:
346: "local346" 346: "local346"
365: "local365" 365: "local365"
client!qe.b (B)Lclient!ni;: client!qe.b (B)Lclient!ni;:
owner: "Class141" owner: "HashTableIterator"
name: "method3544" name: "next"
arguments: {} arguments: {}
locals: locals:
25: "local25" 25: "node"
50: "local50" 50: "node"
client!qf.<init> (IIIIIIZ)V: client!qf.<init> (IIIIIIZ)V:
owner: "Class142" owner: "Class142"
name: "<init>" name: "<init>"

Loading…
Cancel
Save