Serialized Form
-
Package net.thevpc.common.util
-
Class net.thevpc.common.util.BytesSizeFormat
class BytesSizeFormat extends Object implements Serializable-
Serialized Fields
-
alignRight
boolean alignRight
-
binaryPrefix
boolean binaryPrefix
-
depth
int depth
-
fixedLength
boolean fixedLength
-
high
int high
-
intermediateZeros
boolean intermediateZeros
-
leadingZeros
boolean leadingZeros
-
low
int low
-
standardUnit
boolean standardUnit
-
trailingZeros
boolean trailingZeros
-
-
-
Class net.thevpc.common.util.DecimalDoubleFormat
class DecimalDoubleFormat extends Object implements Serializable-
Serialized Fields
-
d
DecimalFormat d
-
subFormat
String subFormat
-
-
-
Class net.thevpc.common.util.DefaultNumberFormat
class DefaultNumberFormat extends Object implements Serializable-
Serialized Fields
-
decimalFormat
DecimalFormat decimalFormat
-
decimalFormatString
String decimalFormatString
-
high
int high
-
low
int low
-
pows
int[] pows
-
unitCode
String unitCode
-
-
-
Class net.thevpc.common.util.DefaultUnitFormat
class DefaultUnitFormat extends Object implements Serializable-
Serialized Fields
-
decimal
boolean decimal
-
decimalFormat
DecimalFormat decimalFormat
-
excludedPows
Set<Integer> excludedPows
-
fixedLength
boolean fixedLength
-
fractionDigits
int fractionDigits
-
high
int high
-
integerDigits
int integerDigits
-
intermediateZeros
boolean intermediateZeros
-
leadingZeros
boolean leadingZeros
-
low
int low
-
mainUnitName
String mainUnitName
-
validPows
int[] validPows
-
-
-
Class net.thevpc.common.util.FrequencyFormat
class FrequencyFormat extends Object implements Serializable-
Serialized Fields
-
decimal
boolean decimal
-
decimalFormat
DecimalFormat decimalFormat
-
fixedLength
boolean fixedLength
-
fractionDigits
int fractionDigits
-
high
long high
-
integerDigits
int integerDigits
-
intermediateZeros
boolean intermediateZeros
-
leadingZeros
boolean leadingZeros
-
low
long low
-
-
-
Exception net.thevpc.common.util.InvocationException
class InvocationException extends RuntimeException implements Serializable -
Class net.thevpc.common.util.MetricFormat
class MetricFormat extends DefaultUnitFormat implements Serializable -
Class net.thevpc.common.util.PercentDoubleFormat
class PercentDoubleFormat extends Object implements Serializable-
Serialized Fields
-
format
DecimalFormat format
-
simpleFormat
DecimalFormat simpleFormat
-
-
-
Class net.thevpc.common.util.TypeName
class TypeName extends Object implements Serializable- serialVersionUID:
- 1L
-
Class net.thevpc.common.util.TypeReference
class TypeReference extends Object implements Serializable-
Serialized Fields
-
constructor
Constructor<?> constructor
-
type
Type type
-
-
-
Class net.thevpc.common.util.XNumber
class XNumber extends Number implements Serializable
-