project: rev 200
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("nk")
|
||||
@ObfuscatedName("ni")
|
||||
@Implements("NodeHashTable")
|
||||
public final class NodeHashTable {
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedName("l")
|
||||
@Export("size")
|
||||
int size;
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedName("q")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "[Lnr;"
|
||||
descriptor = "[Lnv;"
|
||||
)
|
||||
@Export("buckets")
|
||||
Node[] buckets;
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lnr;"
|
||||
descriptor = "Lnv;"
|
||||
)
|
||||
@Export("currentGet")
|
||||
Node currentGet;
|
||||
@ObfuscatedName("k")
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lnr;"
|
||||
descriptor = "Lnv;"
|
||||
)
|
||||
@Export("current")
|
||||
Node current;
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedName("m")
|
||||
@Export("index")
|
||||
int index;
|
||||
|
||||
@@ -44,9 +44,9 @@ public final class NodeHashTable {
|
||||
|
||||
}
|
||||
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedName("l")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(J)Lnr;"
|
||||
descriptor = "(J)Lnv;"
|
||||
)
|
||||
@Export("get")
|
||||
public Node get(long var1) {
|
||||
@@ -64,9 +64,9 @@ public final class NodeHashTable {
|
||||
return null;
|
||||
}
|
||||
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedName("q")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(Lnr;J)V"
|
||||
descriptor = "(Lnv;J)V"
|
||||
)
|
||||
@Export("put")
|
||||
public void put(Node var1, long var2) {
|
||||
@@ -82,9 +82,9 @@ public final class NodeHashTable {
|
||||
var1.key = var2;
|
||||
}
|
||||
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "()Lnr;"
|
||||
descriptor = "()Lnv;"
|
||||
)
|
||||
@Export("first")
|
||||
public Node first() {
|
||||
@@ -92,9 +92,9 @@ public final class NodeHashTable {
|
||||
return this.next();
|
||||
}
|
||||
|
||||
@ObfuscatedName("k")
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "()Lnr;"
|
||||
descriptor = "()Lnv;"
|
||||
)
|
||||
@Export("next")
|
||||
public Node next() {
|
||||
|
||||
Reference in New Issue
Block a user