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

Constructor Index

 o RepresentationSet()

Method Index

 o get(Integer)
 o getKey(Integer)
 o getNum(String)
 o put(Integer, String, Representation)
 o sort()

Constructors

 o RepresentationSet
  public RepresentationSet()

Methods

 o put
  public void put(Integer number,
                  String key,
                  Representation r)
 o getKey
  public String getKey(Integer number)
 o get
  public Representation get(Integer number)
 o getNum
  public Integer getNum(String key)
 o sort
  public int[] sort()

All Packages  Class Hierarchy  This Package  Previous  Next  Index