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() |
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 © 2014. All rights reserved.