|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringMap | |
com.rubecula.jquantity | JQuantity
Contents:
Copyright Notice
Overview
JQuantity Philosophy
Programming Conventions
Package Structure |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |