|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Measurable | |
|---|---|
| com.antelmann.calendar | This package contains classes for implementing calendar and time related solutions. |
| com.antelmann.math | This package contains classes to ease calculations. |
| Uses of Measurable in com.antelmann.calendar |
|---|
| Methods in com.antelmann.calendar that return Measurable | |
|---|---|
Measurable |
TimeInterval.Converter.convert(Measurable m,
Unit targetUnit)
|
| Methods in com.antelmann.calendar with parameters of type Measurable | |
|---|---|
Measurable |
TimeInterval.Converter.convert(Measurable m,
Unit targetUnit)
|
| Uses of Measurable in com.antelmann.math |
|---|
| Classes in com.antelmann.math that implement Measurable | |
|---|---|
static class |
Measurable.Adapter
|
class |
Measure<T extends Unit>
represents some immutable generic measure to serve as a basis for sub-classing; this class itself provides type safety for the unit in use. |
class |
Money
represents an immutable monetary value that allows exact calculations on currencies. |
| Methods in com.antelmann.math that return Measurable | |
|---|---|
Measurable |
BaseUnit.convert(Measurable m)
uses the converter |
Measurable |
UnitConverter.convert(Measurable m,
Unit targetUnit)
converts the given measurable into the target unit and returns the resulting measurable |
Measurable |
BaseUnit.toBaseUnit(Measurable m)
uses the converter |
| Methods in com.antelmann.math with parameters of type Measurable | |
|---|---|
Measurable |
BaseUnit.convert(Measurable m)
uses the converter |
Measurable |
UnitConverter.convert(Measurable m,
Unit targetUnit)
converts the given measurable into the target unit and returns the resulting measurable |
Money |
MoneyConverter.convert(Measurable m,
Unit targetUnit)
|
Measurable |
BaseUnit.toBaseUnit(Measurable m)
uses the converter |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||