OpMath

Uses of Interface
com.opmath.util.datastruct.ComparableList

Packages that use ComparableList
com.opmath.util.datastruct A variety of abstact data structures, suitable for use with any Open Math component or software accessory project. 
com.opmath.util.dmldoc The DMLDoc SGML template handling classes. 
 

Uses of ComparableList in com.opmath.util.datastruct
 

Classes in com.opmath.util.datastruct that implement ComparableList
 class ComparableArray
          An object which can serve as a ComparableTable column, implemented using a Comparable[].
 class ComparableArrayRO
          An object which can serve as a ComparableTable column, implemented using a Comparable[].
 class ComparableResultSet
          An object which can serve as a ComparableTable column, implemented using a java.sql.ResultSet.
 class ComparableVector
          An object which can serve as a DisplayTable column, implemented by extending java.util.Vector.
 class SortedTableIndex
          Provides the means to construct a sorted index for a ComparableTable.
 

Methods in com.opmath.util.datastruct that return ComparableList
 ComparableList ComparableTable.getColumn(Comparable key)
          returns the column identified by key in the form of a ComparableList.
 

Methods in com.opmath.util.datastruct with parameters of type ComparableList
 void ComparableTable.addColumn(Comparable newKey, ComparableList newVal)
          Puts a new column into this ComparableTable instance.
 void ComparableTable.updateColumn(Comparable oldKey, ComparableList newVal)
          Updates a column which already exists in this ComparableTable instance, using data presented in a ComparableList.
 void ComparableTable.sort(ComparableList columnKeys)
          Creates a sorted index for the rows contained in this ComparableTable.
 

Constructors in com.opmath.util.datastruct with parameters of type ComparableList
OrderedHashtable(ComparableList newKeys)
          Constructs a new OrderedHashtable instance.
LCHashtable(ComparableList newKeys)
          Constructs a new LCHashtable instance.
UCHashtable(ComparableList newKeys)
          Constructs a new UCHashtable instance.
ComparableTable(ComparableList newKeys)
          Constructs a new ComparableTable instance.
SortedTableIndex(ComparableTable display, ComparableList columnKeys)
          Constructs a new sorted index for the given ComparableTable.
 

Uses of ComparableList in com.opmath.util.dmldoc
 

Methods in com.opmath.util.dmldoc that return ComparableList
protected  ComparableList DMLDocBlock.viewNames(ComparableList sourceList)
          Updates the com.opmath.util.datastruct.ComparableList with one Object for each of the SUB and IF / IFNOT / IFDATAFOR / IFNODATAFOR sources found in the SGML template file (if any).
 ComparableList DMLDocBlock.viewNames()
          Returns a ComparableList containing one Object for each of the SUB and IF / IFNOT / IFDATAFOR / IFNODATAFOR source names found in the SGML template file.
protected  ComparableList DMLDocText.viewNames(ComparableList sourceList)
          Fills a com.opmath.util.datastruct.ComparableList with the substitution source names known to this DMLDocText.
 

Methods in com.opmath.util.dmldoc with parameters of type ComparableList
protected  ComparableList DMLDocBlock.viewNames(ComparableList sourceList)
          Updates the com.opmath.util.datastruct.ComparableList with one Object for each of the SUB and IF / IFNOT / IFDATAFOR / IFNODATAFOR sources found in the SGML template file (if any).
protected  ComparableList DMLDocText.viewNames(ComparableList sourceList)
          Fills a com.opmath.util.datastruct.ComparableList with the substitution source names known to this DMLDocText.
 


OpMath

Submit a bug or feature to Open Math
Copyright © 2002 Open Math Company Limited, Brighton, UK