|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
com.rubecula.util.StringMap
com.rubecula.units.UnitsTable
com.rubecula.units.UnitsCGS
Class UnitsCGS models all of the CGS units as a UnitsTable
.
Nested Class Summary |
Nested classes inherited from class java.util.HashMap |
|
Nested classes inherited from class java.util.AbstractMap |
|
Field Summary |
Fields inherited from class com.rubecula.units.UnitsTable |
|
Fields inherited from class java.util.HashMap |
|
Fields inherited from class java.util.AbstractMap |
|
Constructor Summary | |
UnitsCGS()
Construct a new table of CGS units. |
Method Summary | |
(package private) Measurable |
put(Measurable unit)
Method to insert a unit in this table. |
Methods inherited from class com.rubecula.units.UnitsTable |
audit, findParallel, findParallel, findParallel, getIdentifier, getName, getSystem, lookup, lookup, match, toString |
Methods inherited from class com.rubecula.util.StringMap |
get, get, put, put |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Constructor Detail |
public UnitsCGS()
Initially, the following units are defined:
Units.MASG
Units.DSTCM
Method Detail |
Measurable put(Measurable unit)
UnitsTable
put
in class UnitsTable
unit
- the Measurable instance to be inserted.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |