public class MapAbbreviatedNumericTypeConverter extends AbbreviatedNumericTypeConverter
| Constructor and Description |
|---|
MapAbbreviatedNumericTypeConverter(boolean caseSensitive,
Map<String,Integer> prefixes,
Map<String,Long> suffixes) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
getMultiplier(String suffix) |
protected Collection<String> |
getPermittedPrefixes() |
protected Collection<String> |
getPermittedSuffixes() |
protected int |
getRadix(String prefix) |
protected boolean |
isCaseSensitive() |
getMultiplier, getRadix, parsegetDouble, getFloat, getLong, tryConvertByte, tryConvertDouble, tryConvertFloat, tryConvertInteger, tryConvertLong, tryConvertShortgetTypeConverter, getTypeConverter, tryConvertNumericsprotected boolean isCaseSensitive()
isCaseSensitive in class AbbreviatedNumericTypeConverterprotected Collection<String> getPermittedPrefixes()
getPermittedPrefixes in class AbbreviatedNumericTypeConverterprotected Collection<String> getPermittedSuffixes()
getPermittedSuffixes in class AbbreviatedNumericTypeConverterprotected long getMultiplier(String suffix)
getMultiplier in class AbbreviatedNumericTypeConverterprotected int getRadix(String prefix)
getRadix in class AbbreviatedNumericTypeConverterCopyright © 2012–2022. All rights reserved.