Uses of Class
de.xima.fc.common.Unit
-
Packages that use Unit Package Description de.xima.fc.common de.xima.fc.common.collection -
-
Uses of Unit in de.xima.fc.common
Fields in de.xima.fc.common declared as Unit Modifier and Type Field Description static Unit
Unit. UNIT
The one and only instance of the unit data type.Methods in de.xima.fc.common with parameters of type Unit Modifier and Type Method Description int
Unit. compareTo(Unit other)
-
Uses of Unit in de.xima.fc.common.collection
Methods in de.xima.fc.common.collection that return Unit Modifier and Type Method Description Unit
CrudMapAdapter.SetLike. get(Value key)
Methods in de.xima.fc.common.collection with parameters of type Unit Modifier and Type Method Description void
CrudMapAdapter.SetLike. set(Value key, Unit unit)
Method parameters in de.xima.fc.common.collection with type arguments of type Unit Modifier and Type Method Description static <T> Set<T>
CrudMap. newSet(Class<T> keyType, CrudMapAdapter<T,Unit> dataAdapter)
Creates a new set that delegates to the given data adapter.
-