Refactor the SecondaryHashTable class

Signed-off-by: Graham <gpe@openrs2.dev>
bzip2
Graham 4 years ago
parent 1e4e48e413
commit e689d65f6c
  1. 54
      share/deob/map/client.yaml

@ -6,7 +6,7 @@ classes:
client!af: "Class4_Sub2" client!af: "Class4_Sub2"
client!ag: "Class7" client!ag: "Class7"
client!ai: "Interface1" client!ai: "Interface1"
client!ak: "Class10" client!ak: "SecondaryHashTable"
client!al: "Class4_Sub3_Sub1_Sub1" client!al: "Class4_Sub3_Sub1_Sub1"
client!am: "Class11_Sub1" client!am: "Class11_Sub1"
client!ba: "Class15" client!ba: "Class15"
@ -501,8 +501,8 @@ fields:
owner: "Static1" owner: "Static1"
name: "anInt127" name: "anInt127"
client!ak.g J: client!ak.g J:
owner: "Class10" owner: "SecondaryHashTable"
name: "aLong5" name: "searchKey"
client!ak.i [[[B: client!ak.i [[[B:
owner: "Static1" owner: "Static1"
name: "aByteArrayArrayArray2" name: "aByteArrayArrayArray2"
@ -513,17 +513,17 @@ fields:
owner: "Static1" owner: "Static1"
name: "anInt131" name: "anInt131"
client!ak.l I: client!ak.l I:
owner: "Class10" owner: "SecondaryHashTable"
name: "anInt132" name: "bucketCount"
client!ak.n [Z: client!ak.n [Z:
owner: "Static1" owner: "Static1"
name: "aBooleanArray2" name: "aBooleanArray2"
client!ak.o [Lclient!lh;: client!ak.o [Lclient!lh;:
owner: "Class10" owner: "SecondaryHashTable"
name: "aClass4_Sub3Array1" name: "buckets"
client!ak.p Lclient!lh;: client!ak.p Lclient!lh;:
owner: "Class10" owner: "SecondaryHashTable"
name: "aClass4_Sub3_1" name: "searchCursor"
client!ak.q I: client!ak.q I:
owner: "Static1" owner: "Static1"
name: "anInt134" name: "anInt134"
@ -12552,36 +12552,36 @@ methods:
1: "arg1" 1: "arg1"
locals: {} locals: {}
client!ak.<init> (I)V: client!ak.<init> (I)V:
owner: "Class10" owner: "SecondaryHashTable"
name: "<init>" name: "<init>"
arguments: arguments:
0: "arg0" 0: "bucketCount"
locals: locals:
10: "local10" 10: "i"
22: "local22" 22: "sentinel"
client!ak.a (BJ)Lclient!lh;: client!ak.a (BJ)Lclient!lh;:
owner: "Class10" owner: "SecondaryHashTable"
name: "method118" name: "get"
arguments: arguments:
1: "arg0" 1: "key"
locals: locals:
26: "local26" 26: "sentinel"
44: "local44" 44: "node"
client!ak.a (I)Lclient!lh;: client!ak.a (I)Lclient!lh;:
owner: "Class10" owner: "SecondaryHashTable"
name: "method117" name: "nextWithKey"
arguments: {} arguments: {}
locals: locals:
30: "local30" 30: "sentinel"
45: "local45" 45: "node"
client!ak.a (JLclient!lh;I)V: client!ak.a (JLclient!lh;I)V:
owner: "Class10" owner: "SecondaryHashTable"
name: "method119" name: "put"
arguments: arguments:
0: "arg0" 0: "key"
1: "arg1" 1: "value"
locals: locals:
32: "local32" 32: "sentinel"
client!ak.a (Lclient!fh;Lclient!fh;III)Lclient!gl;: client!ak.a (Lclient!fh;Lclient!fh;III)Lclient!gl;:
owner: "Static8" owner: "Static8"
name: "method121" name: "method121"

Loading…
Cancel
Save