Class OT.RepresentationSet
All Packages Class Hierarchy This Package Previous Next Index
Class OT.RepresentationSet
java.lang.Object
|
+----java.util.Dictionary
|
+----java.util.Hashtable
|
+----OT.RepresentationSet
- public class RepresentationSet
- extends Hashtable
Set of Representations.
- Version:
- 1998-11-27
- Author:
- Andrea Heiberg, University of Arizona
- See Also:
- Representation
-
RepresentationSet()
-
-
get(Integer)
-
-
getKey(Integer)
-
-
getNum(String)
-
-
put(Integer, String, Representation)
-
-
sort()
-
RepresentationSet
public RepresentationSet()
put
public void put(Integer number,
String key,
Representation r)
getKey
public String getKey(Integer number)
get
public Representation get(Integer number)
getNum
public Integer getNum(String key)
sort
public int[] sort()
All Packages Class Hierarchy This Package Previous Next Index