public class SWFDictionary extends Hashtable<Integer,DefinitionTag>
Constructor and Description |
---|
SWFDictionary() |
Modifier and Type | Method and Description |
---|---|
DefinitionTag |
get(int id) |
void |
put(int id,
DefinitionTag tag) |
void |
remove(int id) |
String |
toString() |
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, values
public void put(int id, DefinitionTag tag)
public DefinitionTag get(int id)
public void remove(int id)
public String toString()
toString
in class Hashtable<Integer,DefinitionTag>
Copyright © 2020. All rights reserved.