rev 196
This commit is contained in:
@@ -3,31 +3,31 @@ import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("mg")
|
||||
@ObfuscatedName("mt")
|
||||
@Implements("NodeHashTable")
|
||||
public final class NodeHashTable {
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedName("h")
|
||||
@Export("size")
|
||||
int size;
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "[Lmh;"
|
||||
descriptor = "[Lmd;"
|
||||
)
|
||||
@Export("buckets")
|
||||
Node[] buckets;
|
||||
@ObfuscatedName("u")
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lmh;"
|
||||
descriptor = "Lmd;"
|
||||
)
|
||||
@Export("currentGet")
|
||||
Node currentGet;
|
||||
@ObfuscatedName("p")
|
||||
@ObfuscatedName("g")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lmh;"
|
||||
descriptor = "Lmd;"
|
||||
)
|
||||
@Export("current")
|
||||
Node current;
|
||||
@ObfuscatedName("b")
|
||||
@ObfuscatedName("l")
|
||||
@Export("index")
|
||||
int index;
|
||||
|
||||
@@ -44,9 +44,9 @@ public final class NodeHashTable {
|
||||
|
||||
} // L: 20
|
||||
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedName("h")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(J)Lmh;"
|
||||
descriptor = "(J)Lmd;"
|
||||
)
|
||||
@Export("get")
|
||||
public Node get(long var1) {
|
||||
@@ -64,9 +64,9 @@ public final class NodeHashTable {
|
||||
return null; // L: 34
|
||||
}
|
||||
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(Lmh;J)V"
|
||||
descriptor = "(Lmd;J)V"
|
||||
)
|
||||
@Export("put")
|
||||
public void put(Node var1, long var2) {
|
||||
@@ -82,9 +82,9 @@ public final class NodeHashTable {
|
||||
var1.key = var2; // L: 44
|
||||
} // L: 45
|
||||
|
||||
@ObfuscatedName("u")
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "()Lmh;"
|
||||
descriptor = "()Lmd;"
|
||||
)
|
||||
@Export("first")
|
||||
public Node first() {
|
||||
@@ -92,9 +92,9 @@ public final class NodeHashTable {
|
||||
return this.next(); // L: 49
|
||||
}
|
||||
|
||||
@ObfuscatedName("p")
|
||||
@ObfuscatedName("g")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "()Lmh;"
|
||||
descriptor = "()Lmd;"
|
||||
)
|
||||
@Export("next")
|
||||
public Node next() {
|
||||
|
||||
Reference in New Issue
Block a user