Package jminusminus
Class Conversions
java.lang.Object
jminusminus.Conversions
A 2D table of conversions, from one type to another.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Conversionspublic Conversions()Constructs a table of conversions and populates it.
 
- 
- 
Method Details- 
getRetrieves and returns a converter for converting from some original type to a target type.- Parameters:
- source- the source type.
- target- the target type.
- Returns:
- the converter.
 
 
-