org.freehep.graphicsio.swf
Class SWFDictionary
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Integer,DefinitionTag>
org.freehep.graphicsio.swf.SWFDictionary
- All Implemented Interfaces:
- Serializable, Cloneable, Map<Integer,DefinitionTag>
public class SWFDictionary
- extends Hashtable<Integer,DefinitionTag>
SWF Definition Dictionary, which stores definitions being read from a stream.
- Version:
- $Id: freehep-graphicsio-swf/src/main/java/org/freehep/graphicsio/swf/SWFDictionary.java db861da05344 2005/12/05 00:59:43 duns $
- Author:
- Mark Donszelmann, Charles Loomis
- See Also:
- Serialized Form
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values |
SWFDictionary
public SWFDictionary()
put
public void put(int id,
DefinitionTag tag)
get
public DefinitionTag get(int id)
remove
public void remove(int id)
toString
public String toString()
- Overrides:
toString in class Hashtable<Integer,DefinitionTag>
Copyright © 2014. All rights reserved.