CountUnit |
CountUnit is a class that contains all the count units that are supported by
the app
|
MassUnit |
MassUnit is a class that contains all the mass units that are supported by
the app
|
Unit |
Unit is an abstract class that contains the conversion factor and unit
|
UnitConverter |
UnitConverter is a class that converts units to other units
It is used to convert units in the Ingredients and Recipe ingredients
|
VolumeUnit |
VolumeUnit is an enum that contains all the volume units
that are supported by the app
|