com.insightful.gdevice
Class IDHash
java.lang.Object
java.util.Dictionary
java.util.Hashtable
com.insightful.gdevice.IDHash
- All Implemented Interfaces:
- Cloneable, Map, Serializable
- public class IDHash
- extends Hashtable
Hashtable with specific get() methods to cast and return ColorScheme
and XMLElement objects.
- 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, toString, values |
IDHash
public IDHash()
getColorScheme
public ColorScheme getColorScheme(String tag)
getXMLElement
public XMLElement getXMLElement(String tag)
Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.