Uses of Class
com.rubecula.util.AlphabeticalMap

Packages that use AlphabeticalMap
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.util This is the high-level description of the util package. 
 

Uses of AlphabeticalMap in com.rubecula.jquantity
 

Subclasses of AlphabeticalMap in com.rubecula.jquantity
 class Attributes
          Class
 

Fields in com.rubecula.jquantity declared as AlphabeticalMap
private  AlphabeticalMap Mill._AllOperations
          This is the table of all operations.
private  AlphabeticalMap Mill._DyadicOperations
          This is the table of dyadic operations.
private  AlphabeticalMap Mill._MonadicOperations
          This is the table of monadic operations.
private  AlphabeticalMap Mill._AnadicOperations
          This is the table of anadic operations.
private  AlphabeticalMap Mill._SpecialOperations
          This is the table of special operations.
 

Methods in com.rubecula.jquantity that return AlphabeticalMap
 AlphabeticalMap Mill.getOperations()
          Method to get a map which represents the supported functions of this Mill.
 

Uses of AlphabeticalMap in com.rubecula.math
 

Fields in com.rubecula.math declared as AlphabeticalMap
private  AlphabeticalMap Mill._Operations
          This is the table of operations supported by this mill (in addition to base class).
 

Methods in com.rubecula.math that return AlphabeticalMap
 AlphabeticalMap Mill.getOperations()
          Method to get a map which represents the supported functions of this Mill.
 

Uses of AlphabeticalMap in com.rubecula.util
 

Subclasses of AlphabeticalMap in com.rubecula.util
 class AttrMap
          Class to define an Attribute Map an application.
 

Methods in com.rubecula.util that return AlphabeticalMap
 AlphabeticalMap MillInterface.getOperations()
          Method to get a map which represents the supported functions of this Mill.
 AlphabeticalMap AlphabeticalMap.merge(AlphabeticalMap other)
          Method to merge this AttrMap with other such that the attributes in this take precedence.
 

Methods in com.rubecula.util with parameters of type AlphabeticalMap
 AlphabeticalMap AlphabeticalMap.merge(AlphabeticalMap other)
          Method to merge this AttrMap with other such that the attributes in this take precedence.