runelite-api: make HashTable a generic

This commit is contained in:
Adam
2018-06-26 15:09:28 -04:00
parent a83e05ddaa
commit 8ad6f466da
4 changed files with 7 additions and 7 deletions

View File

@@ -30,6 +30,7 @@ import net.runelite.mapping.Import;
public interface RSHashTable extends HashTable
{
@Import("get")
@Override
RSNode get(long value);
@Import("size")