Refactor LruHashTable

Signed-off-by: Graham <gpe@openrs2.dev>
Graham 4 years ago
parent 41ad780a65
commit cc17a25f01
  1. 24
      share/deob/map/client.yaml

@ -43,7 +43,7 @@ classes:
client!dd: "Class4_Sub4_Sub1" client!dd: "Class4_Sub4_Sub1"
client!de: "Class11_Sub2" client!de: "Class11_Sub2"
client!dh: "Class4_Sub3_Sub5_Sub1" client!dh: "Class4_Sub3_Sub5_Sub1"
client!dj: "Class40" client!dj: "LruHashTable"
client!dk: "Class19_Sub1" client!dk: "Class19_Sub1"
client!dl: "Class41_Sub1_Sub1" client!dl: "Class41_Sub1_Sub1"
client!dm: "Class42" client!dm: "Class42"
@ -1767,7 +1767,7 @@ fields:
owner: "Static2" owner: "Static2"
name: "aClass4_Sub4_Sub1_1" name: "aClass4_Sub4_Sub1_1"
client!dj.f Lclient!lh;: client!dj.f Lclient!lh;:
owner: "Class40" owner: "LruHashTable"
name: "aClass4_Sub3_18" name: "aClass4_Sub3_18"
client!dj.i [Z: client!dj.i [Z:
owner: "Static2" owner: "Static2"
@ -1779,19 +1779,19 @@ fields:
owner: "Static2" owner: "Static2"
name: "anInt1042" name: "anInt1042"
client!dj.o Lclient!uk;: client!dj.o Lclient!uk;:
owner: "Class40" owner: "LruHashTable"
name: "queue" name: "queue"
client!dj.p Lclient!fh;: client!dj.p Lclient!fh;:
owner: "client" owner: "client"
name: "js5Archive9" name: "js5Archive9"
client!dj.q Lclient!ic;: client!dj.q Lclient!ic;:
owner: "Class40" owner: "LruHashTable"
name: "table" name: "table"
client!dj.r I: client!dj.r I:
owner: "Class40" owner: "LruHashTable"
name: "available" name: "available"
client!dj.s I: client!dj.s I:
owner: "Class40" owner: "LruHashTable"
name: "capacity" name: "capacity"
client!dk.k I: client!dk.k I:
owner: "Class19_Sub1" owner: "Class19_Sub1"
@ -16175,14 +16175,14 @@ methods:
locals: locals:
39: "local39" 39: "local39"
client!dj.<init> (I)V: client!dj.<init> (I)V:
owner: "Class40" owner: "LruHashTable"
name: "<init>" name: "<init>"
arguments: arguments:
0: "capacity" 0: "capacity"
locals: locals:
16: "bucketCount" 16: "bucketCount"
client!dj.a (B)V: client!dj.a (B)V:
owner: "Class40" owner: "LruHashTable"
name: "clear" name: "clear"
arguments: {} arguments: {}
locals: {} locals: {}
@ -16204,7 +16204,7 @@ methods:
1: "arg0" 1: "arg0"
locals: {} locals: {}
client!dj.a (IJ)Lclient!lh;: client!dj.a (IJ)Lclient!lh;:
owner: "Class40" owner: "LruHashTable"
name: "get" name: "get"
arguments: arguments:
1: "key" 1: "key"
@ -16219,7 +16219,7 @@ methods:
locals: locals:
17: "local17" 17: "local17"
client!dj.a (JILclient!lh;)V: client!dj.a (JILclient!lh;)V:
owner: "Class40" owner: "LruHashTable"
name: "put" name: "put"
arguments: arguments:
0: "key" 0: "key"
@ -16234,12 +16234,12 @@ methods:
0: "arg0" 0: "arg0"
locals: {} locals: {}
client!dj.c (I)Lclient!ni;: client!dj.c (I)Lclient!ni;:
owner: "Class40" owner: "LruHashTable"
name: "head" name: "head"
arguments: {} arguments: {}
locals: {} locals: {}
client!dj.d (I)Lclient!ni;: client!dj.d (I)Lclient!ni;:
owner: "Class40" owner: "LruHashTable"
name: "next" name: "next"
arguments: {} arguments: {}
locals: {} locals: {}

Loading…
Cancel
Save