Uses of Class
com.rubecula.util.StringMap

Packages that use StringMap
com.rubecula.jquantity

JQuantity Contents: Copyright Notice Overview JQuantity Philosophy Programming Conventions Package Structure
Class Structure Links Important Note about the links to classes in this document:  This document appears in two different places: the source tree and the doc tree (where it is placed by the javadoc program). 

com.rubecula.math This is the high-level description of the math package. 
com.rubecula.units JQuantity/units. 
com.rubecula.util This is the high-level description of the util package. 
 

Uses of StringMap in com.rubecula.jquantity
 

Subclasses of StringMap in com.rubecula.jquantity
 class Attributes
          Class
 class Library
          Class which defines constants, formulas, etc. for use in a Mill.
 

Fields in com.rubecula.jquantity declared as StringMap
private  StringMap Mill._Memory
          The user-definable memory for this mill.
protected static StringMap Mill.CONSTANTS
          The system defined (constant) memory for this mill.
 

Uses of StringMap in com.rubecula.math
 

Fields in com.rubecula.math declared as StringMap
private  StringMap Mill._Macros
          This is the table of macro definitions, that is to say non-native operations which are enabled using compounds of other operations.
 

Uses of StringMap in com.rubecula.units
 

Subclasses of StringMap in com.rubecula.units
 class UnitsAll
           Class to model all units.
 class UnitsCGS
           Class UnitsCGS models all of the CGS units as a UnitsTable.
 class UnitsImperial
           Class UnitsImperial models all of the Imperial ("English") units as a UnitsTable.
 class UnitsSI
           Class UnitsSI models all of the SI units as a UnitsTable.
 class UnitsTable
           This class extends HashMap to provide a table of units values.
 

Uses of StringMap in com.rubecula.util
 

Subclasses of StringMap in com.rubecula.util
 class AlphabeticalMap
          Class to define an alphabetical map, that is to say a Map where the keys are case-insensitive Strings and where the values are Strings.
 class AttrMap
          Class to define an Attribute Map an application.
 class LookupTable
          Class to allow storage and lookup of Presentable objects, identified by a String key.