protected static class AbstractSystemOfUnits.Helper
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
Helper() |
| Modifier and Type | Method and Description |
|---|---|
static <U extends javax.measure.Unit<?>> |
addUnit(java.util.Set<javax.measure.Unit<?>> units,
U unit,
java.lang.String name)
Adds a new named unit to the collection.
|
static <U extends javax.measure.Unit<?>> |
addUnit(java.util.Set<javax.measure.Unit<?>> units,
U unit,
java.lang.String name,
java.lang.String symbol)
Adds a new named unit to the collection.
|
static <U extends javax.measure.Unit<?>> |
addUnit(java.util.Set<javax.measure.Unit<?>> units,
U unit,
java.lang.String name,
java.lang.String symbol,
UnitStyle style)
Adds a new named unit to the collection.
|
static <U extends javax.measure.Unit<?>> |
addUnit(java.util.Set<javax.measure.Unit<?>> units,
U unit,
java.lang.String text,
UnitStyle style)
Adds a new labeled unit to the set.
|
(package private) static java.util.Set<javax.measure.Unit<?>> |
getUnitsOfDimension(java.util.Set<javax.measure.Unit<?>> units,
javax.measure.Dimension dimension) |
static java.util.Set<javax.measure.Unit<?>> getUnitsOfDimension(java.util.Set<javax.measure.Unit<?>> units,
javax.measure.Dimension dimension)
public static <U extends javax.measure.Unit<?>> U addUnit(java.util.Set<javax.measure.Unit<?>> units,
U unit,
java.lang.String name)
unit - the unit being added.name - the name of the unit.unit.public static <U extends javax.measure.Unit<?>> U addUnit(java.util.Set<javax.measure.Unit<?>> units,
U unit,
java.lang.String name,
java.lang.String symbol)
unit - the unit being added.name - the name of the unit.name - the symbol of the unit.unit.public static <U extends javax.measure.Unit<?>> U addUnit(java.util.Set<javax.measure.Unit<?>> units,
U unit,
java.lang.String name,
java.lang.String symbol,
UnitStyle style)
unit - the unit being added.name - the name of the unit.name - the symbol of the unit.style - style of the unit.unit.public static <U extends javax.measure.Unit<?>> U addUnit(java.util.Set<javax.measure.Unit<?>> units,
U unit,
java.lang.String text,
UnitStyle style)
units - the set to add to.unit - the unit being added.text - the text for the unit.style - style of the unit.unit.