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 UnitUnit. UNITThe 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 intUnit. 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 UnitCrudMapAdapter.SetLike. get(Value key)Methods in de.xima.fc.common.collection with parameters of type Unit Modifier and Type Method Description voidCrudMapAdapter.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 givendata adapterfor getting elements from the set, adding deleting elements to the set, and deleting elements from the set. 
 -