Rename LruHashTable to SoftLruHashTable

This is to make way for the real LruHashTable class.

Signed-off-by: Graham <gpe@openrs2.dev>
Graham 4 years ago
parent 7d626bcabb
commit 41ad780a65
  1. 26
      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: "LruHashTable" client!cc: "SoftLruHashTable"
client!cd: "Class27" client!cd: "Class27"
client!cf: "Class4_Sub1_Sub4" client!cf: "Class4_Sub1_Sub4"
client!ch: "Class30" client!ch: "Class30"
@ -1056,19 +1056,19 @@ fields:
owner: "Static1" owner: "Static1"
name: "anInt528" name: "anInt528"
client!cc.f Lclient!ic;: client!cc.f Lclient!ic;:
owner: "LruHashTable" owner: "SoftLruHashTable"
name: "table" 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: "LruHashTable" owner: "SoftLruHashTable"
name: "available" name: "available"
client!cc.j Lclient!uk;: client!cc.j Lclient!uk;:
owner: "LruHashTable" owner: "SoftLruHashTable"
name: "queue" name: "queue"
client!cc.k I: client!cc.k I:
owner: "LruHashTable" owner: "SoftLruHashTable"
name: "capacity" name: "capacity"
client!cd.a Lclient!ij;: client!cd.a Lclient!ij;:
owner: "Class27" owner: "Class27"
@ -14386,19 +14386,19 @@ methods:
22: "local22" 22: "local22"
26: "local26" 26: "local26"
client!cc.<init> (I)V: client!cc.<init> (I)V:
owner: "LruHashTable" owner: "SoftLruHashTable"
name: "<init>" name: "<init>"
arguments: arguments:
0: "capacity" 0: "capacity"
locals: locals:
14: "bucketCount" 14: "bucketCount"
client!cc.a (B)V: client!cc.a (B)V:
owner: "LruHashTable" owner: "SoftLruHashTable"
name: "clear" name: "clear"
arguments: {} arguments: {}
locals: {} locals: {}
client!cc.a (BI)V: client!cc.a (BI)V:
owner: "LruHashTable" owner: "SoftLruHashTable"
name: "clean" name: "clean"
arguments: arguments:
1: "maxAge" 1: "maxAge"
@ -14406,7 +14406,7 @@ methods:
22: "node" 22: "node"
45: "softNode" 45: "softNode"
client!cc.a (ILjava/lang/Object;J)V: client!cc.a (ILjava/lang/Object;J)V:
owner: "LruHashTable" owner: "SoftLruHashTable"
name: "put" name: "put"
arguments: arguments:
2: "key" 2: "key"
@ -14415,7 +14415,7 @@ methods:
31: "node" 31: "node"
42: "node" 42: "node"
client!cc.a (JB)Ljava/lang/Object;: client!cc.a (JB)Ljava/lang/Object;:
owner: "LruHashTable" owner: "SoftLruHashTable"
name: "get" name: "get"
arguments: arguments:
0: "key" 0: "key"
@ -14424,7 +14424,7 @@ methods:
26: "value" 26: "value"
61: "hardNode" 61: "hardNode"
client!cc.a (JI)V: client!cc.a (JI)V:
owner: "LruHashTable" owner: "SoftLruHashTable"
name: "remove" name: "remove"
arguments: arguments:
0: "key" 0: "key"
@ -14453,7 +14453,7 @@ methods:
56: "local56" 56: "local56"
168: "local168" 168: "local168"
client!cc.a (Z)I: client!cc.a (Z)I:
owner: "LruHashTable" owner: "SoftLruHashTable"
name: "size" name: "size"
arguments: {} arguments: {}
locals: locals:
@ -14467,7 +14467,7 @@ methods:
42: "local42" 42: "local42"
51: "local51" 51: "local51"
client!cc.b (Z)V: client!cc.b (Z)V:
owner: "LruHashTable" owner: "SoftLruHashTable"
name: "clearSoft" name: "clearSoft"
arguments: {} arguments: {}
locals: locals:

Loading…
Cancel
Save