Package jminusminus
Class Conversions
java.lang.Object
jminusminus.Conversions
A 2D table of conversions, from one type to another.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Conversions
public Conversions()Constructs a table of conversions and populates it.
-
-
Method Details
-
get
Retrieves 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.
-