Refactor the LruHashTable class

Signed-off-by: Graham <gpe@openrs2.dev>
Graham 4 years ago
parent 7590fa8d7c
commit 2dfd3ed889
  1. 84
      share/deob/map/client.yaml

@ -25,7 +25,7 @@ classes:
client!bo: "Class23" client!bo: "Class23"
client!c: "Class24_Sub1" client!c: "Class24_Sub1"
client!ca: "Class4_Sub1_Sub3" client!ca: "Class4_Sub1_Sub3"
client!cc: "Class26" client!cc: "LruHashTable"
client!cd: "Class27" client!cd: "Class27"
client!cf: "Class4_Sub1_Sub4" client!cf: "Class4_Sub1_Sub4"
client!ch: "Class30" client!ch: "Class30"
@ -1056,20 +1056,20 @@ fields:
owner: "Static1" owner: "Static1"
name: "anInt528" name: "anInt528"
client!cc.f Lclient!ic;: client!cc.f Lclient!ic;:
owner: "Class26" owner: "LruHashTable"
name: "aClass84_1" name: "table"
client!cc.h [I: client!cc.h [I:
owner: "Static1" owner: "Static1"
name: "anIntArray47" name: "anIntArray47"
client!cc.i I: client!cc.i I:
owner: "Class26" owner: "LruHashTable"
name: "anInt532" name: "available"
client!cc.j Lclient!uk;: client!cc.j Lclient!uk;:
owner: "Class26" owner: "LruHashTable"
name: "aClass175_2" name: "queue"
client!cc.k I: client!cc.k I:
owner: "Class26" owner: "LruHashTable"
name: "anInt533" name: "capacity"
client!cd.a Lclient!ij;: client!cd.a Lclient!ij;:
owner: "Class27" owner: "Class27"
name: "aClass4_Sub3_Sub11_1" name: "aClass4_Sub3_Sub11_1"
@ -14386,50 +14386,50 @@ methods:
22: "local22" 22: "local22"
26: "local26" 26: "local26"
client!cc.<init> (I)V: client!cc.<init> (I)V:
owner: "Class26" owner: "LruHashTable"
name: "<init>" name: "<init>"
arguments: arguments:
0: "arg0" 0: "capacity"
locals: locals:
14: "local14" 14: "bucketCount"
client!cc.a (B)V: client!cc.a (B)V:
owner: "Class26" owner: "LruHashTable"
name: "method511" name: "clear"
arguments: {} arguments: {}
locals: {} locals: {}
client!cc.a (BI)V: client!cc.a (BI)V:
owner: "Class26" owner: "LruHashTable"
name: "method517" name: "sweep"
arguments: arguments:
1: "arg0" 1: "maxAge"
locals: locals:
22: "local22" 22: "node"
45: "local45" 45: "softNode"
client!cc.a (ILjava/lang/Object;J)V: client!cc.a (ILjava/lang/Object;J)V:
owner: "Class26" owner: "LruHashTable"
name: "method510" name: "put"
arguments: arguments:
1: "arg0" 2: "key"
2: "arg1" 1: "value"
locals: locals:
31: "local31" 31: "node"
42: "local42" 42: "node"
client!cc.a (JB)Ljava/lang/Object;: client!cc.a (JB)Ljava/lang/Object;:
owner: "Class26" owner: "LruHashTable"
name: "method518" name: "get"
arguments: arguments:
0: "arg0" 0: "key"
locals: locals:
10: "local10" 10: "node"
26: "local26" 26: "value"
61: "local61" 61: "hardNode"
client!cc.a (JI)V: client!cc.a (JI)V:
owner: "Class26" owner: "LruHashTable"
name: "method512" name: "remove"
arguments: arguments:
0: "arg0" 0: "key"
locals: locals:
10: "local10" 10: "node"
client!cc.a (Lclient!fh;ILclient!fh;)V: client!cc.a (Lclient!fh;ILclient!fh;)V:
owner: "Static11" owner: "Static11"
name: "method514" name: "method514"
@ -14453,12 +14453,12 @@ methods:
56: "local56" 56: "local56"
168: "local168" 168: "local168"
client!cc.a (Z)I: client!cc.a (Z)I:
owner: "Class26" owner: "LruHashTable"
name: "method509" name: "size"
arguments: {} arguments: {}
locals: locals:
7: "local7" 7: "size"
18: "local18" 18: "node"
client!cc.b (I)V: client!cc.b (I)V:
owner: "Static11" owner: "Static11"
name: "method516" name: "method516"
@ -14467,11 +14467,11 @@ methods:
42: "local42" 42: "local42"
51: "local51" 51: "local51"
client!cc.b (Z)V: client!cc.b (Z)V:
owner: "Class26" owner: "LruHashTable"
name: "method515" name: "clearSoft"
arguments: {} arguments: {}
locals: locals:
16: "local16" 16: "node"
client!cd.a (IIC)C: client!cd.a (IIC)C:
owner: "Static11" owner: "Static11"
name: "method523" name: "method523"

Loading…
Cancel
Save