Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- add(Number) - Method in class net.thevpc.common.util.XNumber
- add(XNumber) - Method in class net.thevpc.common.util.XNumber
- add(V, V) - Method in interface net.thevpc.common.util.OpMapValueFactory
- ArrayUtils - Class in net.thevpc.common.util
- ArrayUtils() - Constructor for class net.thevpc.common.util.ArrayUtils
- ATTO - Static variable in class net.thevpc.common.util.Units
B
- BALANCED - Enum constant in enum class net.thevpc.common.util.IndexSelectionStrategy
- bestFit(Class, Class) - Static method in class net.thevpc.common.util.XNumber
- bigDecimalValue() - Method in class net.thevpc.common.util.XNumber
- bigIntegerValue() - Method in class net.thevpc.common.util.XNumber
- BooleanHolder - Class in net.thevpc.common.util
- BooleanHolder() - Constructor for class net.thevpc.common.util.BooleanHolder
- BooleanHolder(Boolean) - Constructor for class net.thevpc.common.util.BooleanHolder
- BooleanParserConfig - Class in net.thevpc.common.util
- BooleanTuple2 - Class in net.thevpc.common.util
- BooleanTuple2(boolean, boolean) - Constructor for class net.thevpc.common.util.BooleanTuple2
- box(double[]) - Static method in class net.thevpc.common.util.ArrayUtils
- box(double[][]) - Static method in class net.thevpc.common.util.ArrayUtils
- box(double[][][]) - Static method in class net.thevpc.common.util.ArrayUtils
- box(float[]) - Static method in class net.thevpc.common.util.ArrayUtils
- box(int[]) - Static method in class net.thevpc.common.util.ArrayUtils
- boxLongArray(long[]) - Static method in class net.thevpc.common.util.ArrayUtils
- BYTE - Static variable in class net.thevpc.common.util.Units
- BytesSizeFormat - Class in net.thevpc.common.util
-
Created by vpc on 3/20/17.
- BytesSizeFormat() - Constructor for class net.thevpc.common.util.BytesSizeFormat
- BytesSizeFormat(boolean, boolean, boolean, boolean, char, char, int) - Constructor for class net.thevpc.common.util.BytesSizeFormat
- BytesSizeFormat(String) - Constructor for class net.thevpc.common.util.BytesSizeFormat
-
Size format is a sequence of commands : B,K,M,G,T : Show Bytes/Kilo/Mega/Giga/Tera, if this is the first multiplier it will be considered as the minimum multiplier otherwise it will be considered as the maximum multiplier I : binary prefix (use 1024 multipliers) D : multiplier maximum depth, should be suffixed with an integer (i.e BTD2 means that if number is in giga will not show further than kilo) F : fixed length Z : if used in the very first position (0) consider leadingZeros, if at the last position consider trailing zeros if anywhere else consider intermediateZeros examples
- byteValue() - Method in class net.thevpc.common.util.XNumber
C
- CENTI - Static variable in class net.thevpc.common.util.Units
- CENTIMETER - Static variable in class net.thevpc.common.util.Units
- clear() - Method in class net.thevpc.common.util.OpMap
- CM - Static variable in class net.thevpc.common.util.Units
- commonAncestors(Class, Class) - Static method in class net.thevpc.common.util.PlatformUtils
- COMPARATOR - Static variable in class net.thevpc.common.util.IntPairIterator
- compare(byte, byte) - Static method in class net.thevpc.common.util.Utils
- compare(double, double) - Static method in class net.thevpc.common.util.Utils
- compare(float, float) - Static method in class net.thevpc.common.util.Utils
- compare(int, int) - Static method in class net.thevpc.common.util.Utils
- compare(long, long) - Static method in class net.thevpc.common.util.Utils
- compare(Object, Object) - Static method in class net.thevpc.common.util.Utils
- compare(Object, Object, Comparator) - Static method in class net.thevpc.common.util.Utils
- comparetTo(XNumber) - Method in class net.thevpc.common.util.XNumber
- complement() - Method in class net.thevpc.common.util.XNumber
- concatArrays(double[]...) - Static method in class net.thevpc.common.util.ArrayUtils
- concatArrays(int[]...) - Static method in class net.thevpc.common.util.ArrayUtils
- concatArrays(long[]...) - Static method in class net.thevpc.common.util.ArrayUtils
- concatArrays(Class<T>, T[]...) - Static method in class net.thevpc.common.util.ArrayUtils
- concatArrays(String[]...) - Static method in class net.thevpc.common.util.ArrayUtils
- configure(Level, String...) - Static method in class net.thevpc.common.util.LogUtils
- containsKey(Object) - Method in class net.thevpc.common.util.OpMap
- containsValue(Object) - Method in class net.thevpc.common.util.OpMap
- Convert - Class in net.thevpc.common.util
- Convert() - Constructor for class net.thevpc.common.util.Convert
- copy() - Method in class net.thevpc.common.util.MemoryMeter
- copyOf(boolean[], int) - Static method in class net.thevpc.common.util.Utils
-
Copies the specified array, truncating or padding with false (if necessary) so the copy has the specified length.
- copyOf(char[], int) - Static method in class net.thevpc.common.util.Utils
-
Copies the specified array, truncating or padding with null characters (if necessary) so the copy has the specified length.
- copyOf(double[], int) - Static method in class net.thevpc.common.util.Utils
-
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
- copyOf(float[], int) - Static method in class net.thevpc.common.util.Utils
-
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
- copyOf(int[], int) - Static method in class net.thevpc.common.util.Utils
-
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
- copyOf(long[], int) - Static method in class net.thevpc.common.util.Utils
-
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
- copyOf(short[], int) - Static method in class net.thevpc.common.util.Utils
- copyOf(T[], int) - Static method in class net.thevpc.common.util.Utils
- copyOf(U[], int, Class<? extends T[]>) - Static method in class net.thevpc.common.util.Utils
- copyOfArray(Object) - Static method in class net.thevpc.common.util.Utils
- create() - Method in interface net.thevpc.common.util.ObjectFactory
- create(K) - Method in interface net.thevpc.common.util.OpMapValueFactory
- CustomTextFormatter - Class in net.thevpc.common.util
-
Created by vpc on 6/19/16.
- CustomTextFormatter() - Constructor for class net.thevpc.common.util.CustomTextFormatter
- CustomTextFormatter(String) - Constructor for class net.thevpc.common.util.CustomTextFormatter
D
- DAY - Static variable in class net.thevpc.common.util.Units
- DECA - Static variable in class net.thevpc.common.util.Units
-
DECA
- DECI - Static variable in class net.thevpc.common.util.Units
- DecimalDoubleFormat - Class in net.thevpc.common.util
- DecimalDoubleFormat(String) - Constructor for class net.thevpc.common.util.DecimalDoubleFormat
- DecimalFormat2 - Class in net.thevpc.common.util
- DecimalFormat2(String) - Constructor for class net.thevpc.common.util.DecimalFormat2
-
__#0.0__
- DefaultNumberFormat - Class in net.thevpc.common.util
-
#0.0# Created by vpc on 3/20/17.
- DefaultNumberFormat(String) - Constructor for class net.thevpc.common.util.DefaultNumberFormat
- DefaultNumberFormat(String, String) - Constructor for class net.thevpc.common.util.DefaultNumberFormat
- DefaultNumberFormat(String, String, int, int) - Constructor for class net.thevpc.common.util.DefaultNumberFormat
- DefaultUnitFormat - Class in net.thevpc.common.util
-
Created by vpc on 3/20/17.
- DefaultUnitFormat(String) - Constructor for class net.thevpc.common.util.DefaultUnitFormat
- DefaultUnitFormat(String, boolean, boolean, boolean, int, int, boolean) - Constructor for class net.thevpc.common.util.DefaultUnitFormat
- DefaultUnitFormat(String, String) - Constructor for class net.thevpc.common.util.DefaultUnitFormat
- diff(MemoryInfo) - Method in class net.thevpc.common.util.MemoryInfo
- div(K, V) - Method in class net.thevpc.common.util.OpMap
- div(XNumber) - Method in class net.thevpc.common.util.XNumber
- divide(XNumber) - Method in class net.thevpc.common.util.XNumber
- divide(V, V) - Method in interface net.thevpc.common.util.OpMapValueFactory
- DoubleFormat - Interface in net.thevpc.common.util
-
Created by vpc on 6/6/17.
- DoubleHolder - Class in net.thevpc.common.util
- DoubleHolder() - Constructor for class net.thevpc.common.util.DoubleHolder
- DoubleHolder(Double) - Constructor for class net.thevpc.common.util.DoubleHolder
- DoubleParserConfig - Class in net.thevpc.common.util
- DoubleTuple2 - Class in net.thevpc.common.util
- DoubleTuple2(double, double) - Constructor for class net.thevpc.common.util.DoubleTuple2
- doubleValue() - Method in class net.thevpc.common.util.XNumber
- DoWith<A> - Interface in net.thevpc.common.util
- dsteps(double, double) - Static method in class net.thevpc.common.util.ArrayUtils
- dsteps(double, double, double) - Static method in class net.thevpc.common.util.ArrayUtils
- dstepsElement(double, double, double, int) - Static method in class net.thevpc.common.util.ArrayUtils
- dstepsLength(double, double, double) - Static method in class net.thevpc.common.util.ArrayUtils
- dtimes(double, double, int) - Static method in class net.thevpc.common.util.ArrayUtils
- dtimes(double, double, int, int, IndexSelectionStrategy) - Static method in class net.thevpc.common.util.ArrayUtils
- dtimes(double, double, int, DoublePredicate) - Static method in class net.thevpc.common.util.ArrayUtils
E
- EiBYTE - Static variable in class net.thevpc.common.util.Units
-
exbibyte
- entrySet() - Method in class net.thevpc.common.util.OpMap
- equals(Object) - Method in class net.thevpc.common.util.BooleanTuple2
- equals(Object) - Method in class net.thevpc.common.util.DoubleTuple2
- equals(Object) - Method in class net.thevpc.common.util.IntTuple2
- equals(Object) - Method in class net.thevpc.common.util.LongTuple2
- equals(Object) - Method in class net.thevpc.common.util.MinMax
- equals(Object) - Method in class net.thevpc.common.util.OpMap
- equals(Object) - Method in class net.thevpc.common.util.Tuple2
- equals(Object) - Method in class net.thevpc.common.util.Tuple3
- equals(Object) - Method in class net.thevpc.common.util.Tuple4
- equals(Object) - Method in class net.thevpc.common.util.TypeName
- equals(Object) - Method in class net.thevpc.common.util.TypeReference
- equals(Object) - Method in class net.thevpc.common.util.XNumber
- equals(XNumber) - Method in class net.thevpc.common.util.XNumber
- EXA - Static variable in class net.thevpc.common.util.Units
-
EXA
F
- FEMTO - Static variable in class net.thevpc.common.util.Units
- fibonacci(int) - Static method in class net.thevpc.common.util.Utils
- filterArray(Class<T>, T[], Predicate<T>) - Static method in class net.thevpc.common.util.ArrayUtils
- findClassHierarchy(Class, Class) - Static method in class net.thevpc.common.util.PlatformUtils
- findClassHierarchy(TypeName, TypeName) - Static method in class net.thevpc.common.util.PlatformUtils
- findClassHierarchy(TypeReference, TypeReference) - Static method in class net.thevpc.common.util.PlatformUtils
- findClassOnlyHierarchy(Class, Class) - Static method in class net.thevpc.common.util.PlatformUtils
- FIRST - Enum constant in enum class net.thevpc.common.util.IndexSelectionStrategy
- firstCommonSuperType(Class, Class) - Static method in class net.thevpc.common.util.PlatformUtils
- FloatParserConfig - Class in net.thevpc.common.util
- floatValue() - Method in class net.thevpc.common.util.XNumber
- format(double) - Method in class net.thevpc.common.util.DecimalFormat2
- format(double) - Method in class net.thevpc.common.util.DefaultNumberFormat
- format(double) - Method in class net.thevpc.common.util.DefaultUnitFormat
- format(double) - Method in class net.thevpc.common.util.FrequencyFormat
- format(long) - Method in class net.thevpc.common.util.BytesSizeFormat
- format(long) - Method in class net.thevpc.common.util.FrequencyFormat
- format(LogRecord) - Method in class net.thevpc.common.util.CustomTextFormatter
- formatDouble(double) - Method in class net.thevpc.common.util.BytesSizeFormat
- formatDouble(double) - Method in class net.thevpc.common.util.DecimalDoubleFormat
- formatDouble(double) - Method in class net.thevpc.common.util.DefaultNumberFormat
- formatDouble(double) - Method in class net.thevpc.common.util.DefaultUnitFormat
- formatDouble(double) - Method in interface net.thevpc.common.util.DoubleFormat
- formatDouble(double) - Method in class net.thevpc.common.util.FrequencyFormat
- formatDouble(double) - Method in class net.thevpc.common.util.PercentDoubleFormat
- freeMemory() - Method in class net.thevpc.common.util.MemoryInfo
- freeMemory() - Method in class net.thevpc.common.util.MemoryUsage
- FrequencyFormat - Class in net.thevpc.common.util
-
Created by vpc on 3/20/17.
- FrequencyFormat() - Constructor for class net.thevpc.common.util.FrequencyFormat
- FrequencyFormat(boolean, boolean, boolean, long, long, boolean) - Constructor for class net.thevpc.common.util.FrequencyFormat
- FrequencyFormat(String) - Constructor for class net.thevpc.common.util.FrequencyFormat
- fsteps(float, float, float) - Static method in class net.thevpc.common.util.ArrayUtils
- ftimes(float, float, int) - Static method in class net.thevpc.common.util.ArrayUtils
G
- get() - Method in class net.thevpc.common.util.BooleanHolder
- get() - Method in class net.thevpc.common.util.DoubleHolder
- get() - Method in class net.thevpc.common.util.IntegerHolder
- get(boolean) - Method in class net.thevpc.common.util.BooleanHolder
- get(double) - Method in class net.thevpc.common.util.DoubleHolder
- get(int) - Method in class net.thevpc.common.util.IntegerHolder
- get(Object) - Method in class net.thevpc.common.util.OpMap
- getAssignationCost(Class, Class) - Static method in class net.thevpc.common.util.PlatformUtils
- getDefaultValue(Class) - Static method in class net.thevpc.common.util.PlatformUtils
- getEndMemory() - Method in class net.thevpc.common.util.MemoryMeter
- getFalseStringRegexp() - Method in class net.thevpc.common.util.BooleanParserConfig
- getHigh() - Method in class net.thevpc.common.util.DefaultNumberFormat
- getInterfaces() - Method in class net.thevpc.common.util.TypeName
- getInterfaces() - Method in class net.thevpc.common.util.TypeReference
- getInvalidValue() - Method in class net.thevpc.common.util.BooleanParserConfig
- getInvalidValue() - Method in class net.thevpc.common.util.DoubleParserConfig
- getInvalidValue() - Method in class net.thevpc.common.util.FloatParserConfig
- getInvalidValue() - Method in class net.thevpc.common.util.IntegerParserConfig
- getInvalidValue() - Method in class net.thevpc.common.util.LongParserConfig
- getLength() - Method in class net.thevpc.common.util.MinMax
- getLow() - Method in class net.thevpc.common.util.DefaultNumberFormat
- getMatchingMethod(PlatformUtils.MethodObject<T>[], Class...) - Static method in class net.thevpc.common.util.PlatformUtils
- getMax() - Method in class net.thevpc.common.util.MinMax
- getMemoryUsage() - Method in class net.thevpc.common.util.MemoryMeter
- getMethod() - Method in class net.thevpc.common.util.PlatformUtils.MethodObject
- getMin() - Method in class net.thevpc.common.util.MinMax
- getName() - Method in class net.thevpc.common.util.MemoryMeter
- getNullValue() - Method in class net.thevpc.common.util.BooleanParserConfig
- getNullValue() - Method in class net.thevpc.common.util.DoubleParserConfig
- getNullValue() - Method in class net.thevpc.common.util.FloatParserConfig
- getNullValue() - Method in class net.thevpc.common.util.IntegerParserConfig
- getNullValue() - Method in class net.thevpc.common.util.LongParserConfig
- getNumber() - Method in class net.thevpc.common.util.XNumber
- getOrCreate(K) - Method in class net.thevpc.common.util.OpMap
- getParameters() - Method in class net.thevpc.common.util.TypeName
- getParametersCount() - Method in class net.thevpc.common.util.TypeName
- getPlatformType(Class) - Static method in class net.thevpc.common.util.PlatformUtils
- getPrimitiveBoxingTypes() - Static method in class net.thevpc.common.util.PlatformUtils
- getPrimitiveTypes() - Static method in class net.thevpc.common.util.PlatformUtils
- getRatio(double) - Method in class net.thevpc.common.util.MinMax
- getSignature() - Method in class net.thevpc.common.util.PlatformUtils.MethodObject
- getSimpleTypeName(Class) - Static method in class net.thevpc.common.util.PlatformUtils
- getStartMemory() - Method in class net.thevpc.common.util.MemoryMeter
- getSuperclass() - Method in class net.thevpc.common.util.TypeName
- getSuperclass() - Method in class net.thevpc.common.util.TypeReference
- getTrueStringRegexp() - Method in class net.thevpc.common.util.BooleanParserConfig
- getType() - Method in class net.thevpc.common.util.TypeReference
- getTypeClass() - Method in class net.thevpc.common.util.TypeName
- getTypeClass() - Method in class net.thevpc.common.util.TypeReference
-
Gets the referenced type.
- getTypeClass(ClassLoader) - Method in class net.thevpc.common.util.TypeName
- getTypeName() - Method in class net.thevpc.common.util.TypeName
- getTypes() - Method in class net.thevpc.common.util.PlatformUtils.MethodSignature
- getUnitCode() - Method in class net.thevpc.common.util.DefaultNumberFormat
- getValue1() - Method in class net.thevpc.common.util.BooleanTuple2
- getValue1() - Method in class net.thevpc.common.util.DoubleTuple2
- getValue1() - Method in class net.thevpc.common.util.IntTuple2
- getValue1() - Method in class net.thevpc.common.util.LongTuple2
- getValue1() - Method in class net.thevpc.common.util.Tuple2
- getValue1() - Method in class net.thevpc.common.util.Tuple3
- getValue1() - Method in class net.thevpc.common.util.Tuple4
- getValue2() - Method in class net.thevpc.common.util.BooleanTuple2
- getValue2() - Method in class net.thevpc.common.util.DoubleTuple2
- getValue2() - Method in class net.thevpc.common.util.IntTuple2
- getValue2() - Method in class net.thevpc.common.util.LongTuple2
- getValue2() - Method in class net.thevpc.common.util.Tuple2
- getValue2() - Method in class net.thevpc.common.util.Tuple3
- getValue2() - Method in class net.thevpc.common.util.Tuple4
- getValue3() - Method in class net.thevpc.common.util.Tuple3
- getValue3() - Method in class net.thevpc.common.util.Tuple4
- getValue4() - Method in class net.thevpc.common.util.Tuple4
- GHZ - Static variable in class net.thevpc.common.util.Units
- GiBYTE - Static variable in class net.thevpc.common.util.Units
-
TEBI Byte
- GIGA - Static variable in class net.thevpc.common.util.Units
-
MEGA
H
- hashCode() - Method in class net.thevpc.common.util.BooleanTuple2
- hashCode() - Method in class net.thevpc.common.util.DoubleTuple2
- hashCode() - Method in class net.thevpc.common.util.IntTuple2
- hashCode() - Method in class net.thevpc.common.util.LongTuple2
- hashCode() - Method in class net.thevpc.common.util.MinMax
- hashCode() - Method in class net.thevpc.common.util.OpMap
- hashCode() - Method in class net.thevpc.common.util.Tuple2
- hashCode() - Method in class net.thevpc.common.util.Tuple3
- hashCode() - Method in class net.thevpc.common.util.Tuple4
- hashCode() - Method in class net.thevpc.common.util.TypeName
- hashCode() - Method in class net.thevpc.common.util.TypeReference
- hashCode() - Method in class net.thevpc.common.util.XNumber
- hashCode(Object) - Static method in class net.thevpc.common.util.Utils
- hasNext() - Method in class net.thevpc.common.util.IntPairIterator
- HECTO - Static variable in class net.thevpc.common.util.Units
-
HECTO
- HERTZ - Static variable in class net.thevpc.common.util.Units
- HOUR - Static variable in class net.thevpc.common.util.Units
- HZ - Static variable in class net.thevpc.common.util.Units
I
- ifType(Object, Class<T>, Function<T, V>) - Static method in class net.thevpc.common.util.Utils
- IndexSelectionStrategy - Enum Class in net.thevpc.common.util
- INSTANCE - Static variable in class net.thevpc.common.util.BytesSizeFormat
- INSTANCE - Static variable in class net.thevpc.common.util.FrequencyFormat
- INSTANCE - Static variable in class net.thevpc.common.util.PercentDoubleFormat
- IntegerHolder - Class in net.thevpc.common.util
- IntegerHolder() - Constructor for class net.thevpc.common.util.IntegerHolder
- IntegerHolder(Integer) - Constructor for class net.thevpc.common.util.IntegerHolder
- IntegerParserConfig - Class in net.thevpc.common.util
- IntPairIterator - Class in net.thevpc.common.util
- IntPairIterator() - Constructor for class net.thevpc.common.util.IntPairIterator
- IntPairIterator(int, int) - Constructor for class net.thevpc.common.util.IntPairIterator
- IntTuple2 - Class in net.thevpc.common.util
- IntTuple2(int, int) - Constructor for class net.thevpc.common.util.IntTuple2
- intValue() - Method in class net.thevpc.common.util.XNumber
- inUseMemory() - Method in class net.thevpc.common.util.MemoryInfo
- inUseMemory() - Method in class net.thevpc.common.util.MemoryUsage
- inUseMemory() - Static method in class net.thevpc.common.util.Utils
- InvocationException - Exception in net.thevpc.common.util
-
Created by vpc on 5/14/17.
- InvocationException(Throwable) - Constructor for exception net.thevpc.common.util.InvocationException
- isAcceptInt() - Method in class net.thevpc.common.util.BooleanParserConfig
- isAcceptNumber() - Method in class net.thevpc.common.util.BooleanParserConfig
- isAnyFloatType(Class) - Static method in class net.thevpc.common.util.PlatformUtils
- isAnyFloatValue(Object) - Static method in class net.thevpc.common.util.PlatformUtils
- isAnyInteger(String) - Static method in class net.thevpc.common.util.PlatformUtils
- isAnyIntegerType(Class) - Static method in class net.thevpc.common.util.PlatformUtils
- isAnyIntegerValue(Object) - Static method in class net.thevpc.common.util.PlatformUtils
- isAssignableFrom(Class, Class) - Static method in class net.thevpc.common.util.PlatformUtils
- isAssignableFrom(TypeName) - Method in class net.thevpc.common.util.TypeName
- isAssignableFrom(TypeReference<?>) - Method in class net.thevpc.common.util.TypeReference
- isBooleanType(Class) - Static method in class net.thevpc.common.util.PlatformUtils
- isByte(String) - Static method in class net.thevpc.common.util.PlatformUtils
- isDate(String, String) - Static method in class net.thevpc.common.util.PlatformUtils
- isDateType(Class) - Static method in class net.thevpc.common.util.PlatformUtils
- isDateValue(Object) - Static method in class net.thevpc.common.util.PlatformUtils
- isDecimal() - Method in class net.thevpc.common.util.XNumber
- isDouble(String) - Static method in class net.thevpc.common.util.PlatformUtils
- isDoubleFinite(double) - Static method in class net.thevpc.common.util.PlatformUtils
-
This is a work around if jdk 8 is not available
- isDoubleType(Class) - Static method in class net.thevpc.common.util.PlatformUtils
- isEmpty() - Method in class net.thevpc.common.util.OpMap
- isEmpty(Object) - Static method in class net.thevpc.common.util.Utils
- isErrorIfInvalid() - Method in class net.thevpc.common.util.BooleanParserConfig
- isErrorIfInvalid() - Method in class net.thevpc.common.util.DoubleParserConfig
- isErrorIfInvalid() - Method in class net.thevpc.common.util.FloatParserConfig
- isErrorIfInvalid() - Method in class net.thevpc.common.util.IntegerParserConfig
- isErrorIfInvalid() - Method in class net.thevpc.common.util.LongParserConfig
- isErrorIfNull() - Method in class net.thevpc.common.util.BooleanParserConfig
- isErrorIfNull() - Method in class net.thevpc.common.util.DoubleParserConfig
- isErrorIfNull() - Method in class net.thevpc.common.util.FloatParserConfig
- isErrorIfNull() - Method in class net.thevpc.common.util.IntegerParserConfig
- isErrorIfNull() - Method in class net.thevpc.common.util.LongParserConfig
- isFloat(String) - Static method in class net.thevpc.common.util.PlatformUtils
- isFloating() - Method in class net.thevpc.common.util.XNumber
- isFloatType(Class) - Static method in class net.thevpc.common.util.PlatformUtils
- isInfinite() - Method in class net.thevpc.common.util.MinMax
- isInstance(T) - Method in class net.thevpc.common.util.TypeReference
- isInt(double) - Static method in class net.thevpc.common.util.PlatformUtils
- isInteger() - Method in class net.thevpc.common.util.XNumber
- isInteger(double) - Static method in class net.thevpc.common.util.PlatformUtils
- isInteger(String) - Static method in class net.thevpc.common.util.PlatformUtils
- isIntegerType(Class) - Static method in class net.thevpc.common.util.PlatformUtils
- isInterface() - Method in class net.thevpc.common.util.TypeName
- isInterface() - Method in class net.thevpc.common.util.TypeReference
- isLong(double) - Static method in class net.thevpc.common.util.PlatformUtils
- isLong(String) - Static method in class net.thevpc.common.util.PlatformUtils
- isLongType(Class) - Static method in class net.thevpc.common.util.PlatformUtils
- isNaN() - Method in class net.thevpc.common.util.MinMax
- isPlatformNumber(Class) - Static method in class net.thevpc.common.util.PlatformUtils
- isPlatformNumber(Number) - Static method in class net.thevpc.common.util.PlatformUtils
- isPrimitiveOrBoxed(Class) - Static method in class net.thevpc.common.util.PlatformUtils
- isShort(String) - Static method in class net.thevpc.common.util.PlatformUtils
- isSimpleType(Class) - Static method in class net.thevpc.common.util.PlatformUtils
- isStarted() - Method in class net.thevpc.common.util.MemoryMeter
- isStopped() - Method in class net.thevpc.common.util.MemoryMeter
- isteps(int, int, int) - Static method in class net.thevpc.common.util.ArrayUtils
- isteps(int, int, int, IntPredicate) - Static method in class net.thevpc.common.util.ArrayUtils
- isUnset() - Method in class net.thevpc.common.util.MinMax
- isVarArgs() - Method in class net.thevpc.common.util.PlatformUtils.MethodSignature
- itimes(int, int, int) - Static method in class net.thevpc.common.util.ArrayUtils
- itimes(int, int, int, int, IndexSelectionStrategy) - Static method in class net.thevpc.common.util.ArrayUtils
J
- joinArrays(Object...) - Static method in class net.thevpc.common.util.Utils
- joinArraysAsType(Class, Object...) - Static method in class net.thevpc.common.util.Utils
K
- keySet() - Method in class net.thevpc.common.util.OpMap
- KHZ - Static variable in class net.thevpc.common.util.Units
- KiBYTE - Static variable in class net.thevpc.common.util.Units
-
kibibyte
- KILO - Static variable in class net.thevpc.common.util.Units
-
KILO
L
- LAST - Enum constant in enum class net.thevpc.common.util.IndexSelectionStrategy
- LENIENT - Static variable in class net.thevpc.common.util.BooleanParserConfig
- LENIENT - Static variable in class net.thevpc.common.util.DoubleParserConfig
- LENIENT - Static variable in class net.thevpc.common.util.FloatParserConfig
- LENIENT - Static variable in class net.thevpc.common.util.IntegerParserConfig
- LENIENT - Static variable in class net.thevpc.common.util.LongParserConfig
- LENIENT_F - Static variable in class net.thevpc.common.util.IntegerParserConfig
- LENIENT_F - Static variable in class net.thevpc.common.util.LongParserConfig
- logEnabled - Static variable in class net.thevpc.common.util.LogUtils
- LogUtils - Class in net.thevpc.common.util
- LogUtils() - Constructor for class net.thevpc.common.util.LogUtils
- LongParserConfig - Class in net.thevpc.common.util
- LongTuple2 - Class in net.thevpc.common.util
- LongTuple2(int, int) - Constructor for class net.thevpc.common.util.LongTuple2
- longValue() - Method in class net.thevpc.common.util.XNumber
- lowestCommonAncestor(Class, Class) - Static method in class net.thevpc.common.util.PlatformUtils
- lowestCommonAncestor(TypeName, TypeName) - Static method in class net.thevpc.common.util.PlatformUtils
- lowestCommonAncestor(TypeReference, TypeReference) - Static method in class net.thevpc.common.util.PlatformUtils
- lsteps(long, long, long) - Static method in class net.thevpc.common.util.ArrayUtils
- ltimes(long, long, int) - Static method in class net.thevpc.common.util.ArrayUtils
M
- maxFreeMemory() - Method in class net.thevpc.common.util.MemoryInfo
- maxFreeMemory() - Static method in class net.thevpc.common.util.Utils
- maxMemory() - Method in class net.thevpc.common.util.MemoryInfo
- maxMemory() - Method in class net.thevpc.common.util.MemoryUsage
- MEGA - Static variable in class net.thevpc.common.util.Units
-
MEGA
- MemoryInfo - Class in net.thevpc.common.util
-
Created by vpc on 3/24/17.
- MemoryInfo() - Constructor for class net.thevpc.common.util.MemoryInfo
- MemoryMeter - Class in net.thevpc.common.util
- MemoryMeter() - Constructor for class net.thevpc.common.util.MemoryMeter
- MemoryMeter(boolean) - Constructor for class net.thevpc.common.util.MemoryMeter
- MemoryMeter(String) - Constructor for class net.thevpc.common.util.MemoryMeter
- MemoryUsage - Class in net.thevpc.common.util
-
Created by vpc on 3/24/17.
- MemoryUsage(long, long, long, long) - Constructor for class net.thevpc.common.util.MemoryUsage
- METER - Static variable in class net.thevpc.common.util.Units
- MethodObject(PlatformUtils.MethodSignature, T) - Constructor for class net.thevpc.common.util.PlatformUtils.MethodObject
- MethodSignature(Class[], boolean) - Constructor for class net.thevpc.common.util.PlatformUtils.MethodSignature
- MetricFormat - Class in net.thevpc.common.util
-
Created by vpc on 3/20/17.
- MetricFormat() - Constructor for class net.thevpc.common.util.MetricFormat
- MetricFormat(boolean, boolean, boolean, int, int, boolean) - Constructor for class net.thevpc.common.util.MetricFormat
- MetricFormat(String) - Constructor for class net.thevpc.common.util.MetricFormat
- MHZ - Static variable in class net.thevpc.common.util.Units
- MiBYTE - Static variable in class net.thevpc.common.util.Units
-
mibibyte
- MICRO - Static variable in class net.thevpc.common.util.Units
- MILLI - Static variable in class net.thevpc.common.util.Units
- MILLIMETER - Static variable in class net.thevpc.common.util.Units
- MILLISECOND - Static variable in class net.thevpc.common.util.Units
- MinMax - Class in net.thevpc.common.util
- MinMax() - Constructor for class net.thevpc.common.util.MinMax
- MINUTE - Static variable in class net.thevpc.common.util.Units
- MM - Static variable in class net.thevpc.common.util.Units
- mul(K, V) - Method in class net.thevpc.common.util.OpMap
- mul(XNumber) - Method in class net.thevpc.common.util.XNumber
- multiply(XNumber) - Method in class net.thevpc.common.util.XNumber
- multiply(V, V) - Method in interface net.thevpc.common.util.OpMapValueFactory
N
- NANO - Static variable in class net.thevpc.common.util.Units
- ncast(Class<T>, Object) - Static method in class net.thevpc.common.util.Utils
- ncastDo(Class<T>, Object, DoWith<T>) - Static method in class net.thevpc.common.util.Utils
- neg() - Method in class net.thevpc.common.util.XNumber
- neg(K) - Method in class net.thevpc.common.util.OpMap
- neg(V) - Method in interface net.thevpc.common.util.OpMapValueFactory
- negate() - Method in class net.thevpc.common.util.XNumber
- net.thevpc.common.util - package net.thevpc.common.util
- newInstance() - Method in class net.thevpc.common.util.TypeReference
-
Instantiates a new instance of
Tusing the default, no-arg constructor. - next() - Method in class net.thevpc.common.util.IntPairIterator
- next(int) - Method in class net.thevpc.common.util.IntPairIterator
- nonEmptyValue(Object...) - Static method in class net.thevpc.common.util.Utils
- nonNullValue(Object...) - Static method in class net.thevpc.common.util.Utils
- NULL - Static variable in class net.thevpc.common.util.BooleanParserConfig
- NULL - Static variable in class net.thevpc.common.util.DoubleParserConfig
- NULL - Static variable in class net.thevpc.common.util.FloatParserConfig
- NULL - Static variable in class net.thevpc.common.util.IntegerParserConfig
- NULL - Static variable in class net.thevpc.common.util.LongParserConfig
O
- ObjectFactory<T> - Interface in net.thevpc.common.util
- of(Type, Type...) - Static method in class net.thevpc.common.util.TypeReference
- of(Type, TypeName...) - Static method in class net.thevpc.common.util.TypeName
- OpMap<K,
V> - Class in net.thevpc.common.util -
Created by vpc on 3/12/17.
- OpMap(Class<V>) - Constructor for class net.thevpc.common.util.OpMap
- OpMap(Map<K, V>, Class<V>) - Constructor for class net.thevpc.common.util.OpMap
- OpMap(Map<K, V>, OpMapValueFactory<K, V>) - Constructor for class net.thevpc.common.util.OpMap
- OpMap(OpMapValueFactory<K, V>) - Constructor for class net.thevpc.common.util.OpMap
- OpMapValueFactory<K,
V> - Interface in net.thevpc.common.util -
Created by vpc on 3/12/17.
P
- PercentDoubleFormat - Class in net.thevpc.common.util
- PercentDoubleFormat() - Constructor for class net.thevpc.common.util.PercentDoubleFormat
- PETA - Static variable in class net.thevpc.common.util.Units
-
PETA
- PiBYTE - Static variable in class net.thevpc.common.util.Units
-
PEBI Byte
- PICO - Static variable in class net.thevpc.common.util.Units
- PlatformUtils - Class in net.thevpc.common.util
- PlatformUtils() - Constructor for class net.thevpc.common.util.PlatformUtils
- PlatformUtils.MethodObject<T> - Class in net.thevpc.common.util
- PlatformUtils.MethodSignature - Class in net.thevpc.common.util
- plus(K, V) - Method in class net.thevpc.common.util.OpMap
- put(K, V) - Method in class net.thevpc.common.util.OpMap
- putAll(Map<? extends K, ? extends V>) - Method in class net.thevpc.common.util.OpMap
R
- rand(int, int) - Static method in class net.thevpc.common.util.Utils
- rand(Class<T>) - Static method in class net.thevpc.common.util.Utils
- rand(List<T>) - Static method in class net.thevpc.common.util.Utils
- rand(T[]) - Static method in class net.thevpc.common.util.Utils
- registerAbsValue(double) - Method in class net.thevpc.common.util.MinMax
- registerAbsValues(double[]) - Method in class net.thevpc.common.util.MinMax
- registerAbsValues(double[][]) - Method in class net.thevpc.common.util.MinMax
- registerValue(double) - Method in class net.thevpc.common.util.MinMax
- registerValues(double[]) - Method in class net.thevpc.common.util.MinMax
- registerValues(double[][]) - Method in class net.thevpc.common.util.MinMax
- registerValues(double[][][]) - Method in class net.thevpc.common.util.MinMax
- remove(Object) - Method in class net.thevpc.common.util.OpMap
- removeArray(Object, int, int) - Static method in class net.thevpc.common.util.Utils
- removeArrayTail(Object, int, int) - Static method in class net.thevpc.common.util.Utils
- removeHead(T[], int) - Static method in class net.thevpc.common.util.ArrayUtils
- restart() - Method in class net.thevpc.common.util.MemoryMeter
-
restart chronometer and returns a stopped snapshot/copy of the current
- restart(String) - Method in class net.thevpc.common.util.MemoryMeter
-
restart chronometer with new name and returns a stopped snapshot/copy of the current (with old name)
- run(A) - Method in interface net.thevpc.common.util.DoWith
S
- SECOND - Static variable in class net.thevpc.common.util.Units
- set(Boolean) - Method in class net.thevpc.common.util.BooleanHolder
- set(Double) - Method in class net.thevpc.common.util.DoubleHolder
- set(Integer) - Method in class net.thevpc.common.util.IntegerHolder
- setAcceptInt(boolean) - Method in class net.thevpc.common.util.BooleanParserConfig
- setAcceptNumber(boolean) - Method in class net.thevpc.common.util.BooleanParserConfig
- setErrorIfInvalid(boolean) - Method in class net.thevpc.common.util.BooleanParserConfig
- setErrorIfInvalid(boolean) - Method in class net.thevpc.common.util.DoubleParserConfig
- setErrorIfInvalid(boolean) - Method in class net.thevpc.common.util.FloatParserConfig
- setErrorIfInvalid(boolean) - Method in class net.thevpc.common.util.IntegerParserConfig
- setErrorIfInvalid(boolean) - Method in class net.thevpc.common.util.LongParserConfig
- setErrorIfNull(boolean) - Method in class net.thevpc.common.util.BooleanParserConfig
- setErrorIfNull(boolean) - Method in class net.thevpc.common.util.DoubleParserConfig
- setErrorIfNull(boolean) - Method in class net.thevpc.common.util.FloatParserConfig
- setErrorIfNull(boolean) - Method in class net.thevpc.common.util.IntegerParserConfig
- setErrorIfNull(boolean) - Method in class net.thevpc.common.util.LongParserConfig
- setFalseStringRegexp(String) - Method in class net.thevpc.common.util.BooleanParserConfig
- setIfNull(boolean) - Method in class net.thevpc.common.util.BooleanHolder
- setIfNull(double) - Method in class net.thevpc.common.util.DoubleHolder
- setIfNull(int) - Method in class net.thevpc.common.util.IntegerHolder
- setInfinite(boolean) - Method in class net.thevpc.common.util.MinMax
- setInvalidValue(Boolean) - Method in class net.thevpc.common.util.BooleanParserConfig
- setInvalidValue(Double) - Method in class net.thevpc.common.util.DoubleParserConfig
- setInvalidValue(Float) - Method in class net.thevpc.common.util.FloatParserConfig
- setInvalidValue(Integer) - Method in class net.thevpc.common.util.IntegerParserConfig
- setInvalidValue(Long) - Method in class net.thevpc.common.util.LongParserConfig
- setName(String) - Method in class net.thevpc.common.util.MemoryMeter
- setNullValue(Boolean) - Method in class net.thevpc.common.util.BooleanParserConfig
- setNullValue(Double) - Method in class net.thevpc.common.util.DoubleParserConfig
- setNullValue(Float) - Method in class net.thevpc.common.util.FloatParserConfig
- setNullValue(Integer) - Method in class net.thevpc.common.util.IntegerParserConfig
- setNullValue(Long) - Method in class net.thevpc.common.util.LongParserConfig
- setTrueStringRegexp(String) - Method in class net.thevpc.common.util.BooleanParserConfig
- shortValue() - Method in class net.thevpc.common.util.XNumber
- size() - Method in class net.thevpc.common.util.OpMap
- sort(List<T>, Function<T, V>, Comparator<V>) - Static method in class net.thevpc.common.util.Utils
- sort(T[], Function<T, V>, Comparator<V>) - Static method in class net.thevpc.common.util.Utils
- start() - Method in class net.thevpc.common.util.MemoryMeter
- stop() - Method in class net.thevpc.common.util.MemoryMeter
- STRICT - Static variable in class net.thevpc.common.util.BooleanParserConfig
- STRICT - Static variable in class net.thevpc.common.util.DoubleParserConfig
- STRICT - Static variable in class net.thevpc.common.util.FloatParserConfig
- STRICT - Static variable in class net.thevpc.common.util.IntegerParserConfig
- STRICT - Static variable in class net.thevpc.common.util.LongParserConfig
- sub(XNumber) - Method in class net.thevpc.common.util.XNumber
- subArray(String[], int, int) - Static method in class net.thevpc.common.util.ArrayUtils
- subArray1(double[], int, IndexSelectionStrategy) - Static method in class net.thevpc.common.util.ArrayUtils
- subArray1(int[], int, IndexSelectionStrategy) - Static method in class net.thevpc.common.util.ArrayUtils
- substract(V, V) - Method in interface net.thevpc.common.util.OpMapValueFactory
- subtract(XNumber) - Method in class net.thevpc.common.util.XNumber
T
- TERA - Static variable in class net.thevpc.common.util.Units
-
TERA
- TiBYTE - Static variable in class net.thevpc.common.util.Units
-
TEBI Byte
- tilde() - Method in class net.thevpc.common.util.XNumber
- toBoolean(Object) - Static method in class net.thevpc.common.util.Convert
- toBoolean(Object, BooleanParserConfig) - Static method in class net.thevpc.common.util.Convert
- toBooleanArray(boolean[]) - Static method in class net.thevpc.common.util.PlatformUtils
- toBooleanArray(String[], BooleanParserConfig) - Static method in class net.thevpc.common.util.Convert
- toBoxingType(Class) - Static method in class net.thevpc.common.util.PlatformUtils
- toDouble(Object) - Static method in class net.thevpc.common.util.Convert
- toDouble(Object, DoubleParserConfig) - Static method in class net.thevpc.common.util.Convert
- toDoubleArray(double[]) - Static method in class net.thevpc.common.util.PlatformUtils
- toDoubleArray(String[], DoubleParserConfig) - Static method in class net.thevpc.common.util.Convert
- toFloat(Object) - Static method in class net.thevpc.common.util.Convert
- toFloat(Object, FloatParserConfig) - Static method in class net.thevpc.common.util.Convert
- toInt(Object) - Static method in class net.thevpc.common.util.Convert
- toInt(Object, IntegerParserConfig) - Static method in class net.thevpc.common.util.Convert
- toIntArray(int[]) - Static method in class net.thevpc.common.util.PlatformUtils
- toIntArray(String[], IntegerParserConfig) - Static method in class net.thevpc.common.util.Convert
- toLong(Object) - Static method in class net.thevpc.common.util.Convert
- toLong(Object, LongParserConfig) - Static method in class net.thevpc.common.util.Convert
- toLongArray(long[]) - Static method in class net.thevpc.common.util.PlatformUtils
- toLongArray(String[], LongParserConfig) - Static method in class net.thevpc.common.util.Convert
- toNonNullString(Object) - Static method in class net.thevpc.common.util.Convert
- toNumber() - Method in class net.thevpc.common.util.XNumber
- toNumber(String) - Static method in class net.thevpc.common.util.Convert
- toPattern() - Method in class net.thevpc.common.util.BytesSizeFormat
- toPattern() - Method in class net.thevpc.common.util.DecimalDoubleFormat
- toPattern() - Method in class net.thevpc.common.util.DefaultNumberFormat
- toPattern() - Method in class net.thevpc.common.util.DefaultUnitFormat
- toPattern() - Method in class net.thevpc.common.util.FrequencyFormat
- toPrimitiveBooleanArray(Boolean[]) - Static method in class net.thevpc.common.util.PlatformUtils
- toPrimitiveBooleanArray(String[], BooleanParserConfig) - Static method in class net.thevpc.common.util.Convert
- toPrimitiveBooleanArray(Collection<Boolean>) - Static method in class net.thevpc.common.util.PlatformUtils
- toPrimitiveDoubleArray(Double[]) - Static method in class net.thevpc.common.util.PlatformUtils
- toPrimitiveDoubleArray(Collection<Double>) - Static method in class net.thevpc.common.util.PlatformUtils
- toPrimitiveIntArray(Integer[]) - Static method in class net.thevpc.common.util.PlatformUtils
- toPrimitiveIntArray(String[], IntegerParserConfig) - Static method in class net.thevpc.common.util.Convert
- toPrimitiveIntArray(Collection<Integer>) - Static method in class net.thevpc.common.util.PlatformUtils
- toPrimitiveLongArray(Long[]) - Static method in class net.thevpc.common.util.PlatformUtils
- toPrimitiveLongArray(String[], DoubleParserConfig) - Static method in class net.thevpc.common.util.Convert
- toPrimitiveLongArray(String[], LongParserConfig) - Static method in class net.thevpc.common.util.Convert
- toPrimitiveLongArray(Collection<Long>) - Static method in class net.thevpc.common.util.PlatformUtils
- toPrimitiveType(Class) - Static method in class net.thevpc.common.util.PlatformUtils
- toPrimitiveTypeOrNull(Class) - Static method in class net.thevpc.common.util.PlatformUtils
- toSafePrimitiveBooleanArray(Boolean[]) - Static method in class net.thevpc.common.util.PlatformUtils
- toSafePrimitiveBooleanArray(Collection<Boolean>) - Static method in class net.thevpc.common.util.PlatformUtils
- toSafePrimitiveDoubleArray(Double[]) - Static method in class net.thevpc.common.util.PlatformUtils
- toSafePrimitiveDoubleArray(Collection<Double>) - Static method in class net.thevpc.common.util.PlatformUtils
- toSafePrimitiveIntArray(Integer[]) - Static method in class net.thevpc.common.util.PlatformUtils
- toSafePrimitiveIntArray(Collection<Integer>) - Static method in class net.thevpc.common.util.PlatformUtils
- toSafePrimitiveLongArray(Long[]) - Static method in class net.thevpc.common.util.PlatformUtils
- toSafePrimitiveLongArray(Collection<Long>) - Static method in class net.thevpc.common.util.PlatformUtils
- toString() - Method in class net.thevpc.common.util.BooleanTuple2
- toString() - Method in class net.thevpc.common.util.DoubleTuple2
- toString() - Method in class net.thevpc.common.util.IntTuple2
- toString() - Method in class net.thevpc.common.util.LongTuple2
- toString() - Method in class net.thevpc.common.util.MemoryInfo
- toString() - Method in class net.thevpc.common.util.MemoryMeter
- toString() - Method in class net.thevpc.common.util.MemoryUsage
- toString() - Method in class net.thevpc.common.util.MinMax
- toString() - Method in class net.thevpc.common.util.OpMap
- toString() - Method in class net.thevpc.common.util.Tuple2
- toString() - Method in class net.thevpc.common.util.Tuple3
- toString() - Method in class net.thevpc.common.util.Tuple4
- toString() - Method in class net.thevpc.common.util.TypeName
- toString() - Method in class net.thevpc.common.util.TypeReference
- toString(Object) - Static method in class net.thevpc.common.util.Convert
- totalMemory() - Method in class net.thevpc.common.util.MemoryInfo
- totalMemory() - Method in class net.thevpc.common.util.MemoryUsage
- Tuple2<T1,
T2> - Class in net.thevpc.common.util - Tuple2(T1, T2) - Constructor for class net.thevpc.common.util.Tuple2
- Tuple3<T1,
T2, T3> - Class in net.thevpc.common.util - Tuple3(T1, T2, T3) - Constructor for class net.thevpc.common.util.Tuple3
- Tuple4<T1,
T2, T3, T4> - Class in net.thevpc.common.util - Tuple4(T1, T2, T3, T4) - Constructor for class net.thevpc.common.util.Tuple4
- TYPE_128 - Static variable in class net.thevpc.common.util.PlatformUtils
- TYPE_16 - Static variable in class net.thevpc.common.util.PlatformUtils
- TYPE_32 - Static variable in class net.thevpc.common.util.PlatformUtils
- TYPE_64 - Static variable in class net.thevpc.common.util.PlatformUtils
- TYPE_8 - Static variable in class net.thevpc.common.util.PlatformUtils
- TYPE_BIG - Static variable in class net.thevpc.common.util.PlatformUtils
- TYPE_BOOLEAN - Static variable in class net.thevpc.common.util.PlatformUtils
- TYPE_DATE - Static variable in class net.thevpc.common.util.PlatformUtils
- TYPE_DATETIME - Static variable in class net.thevpc.common.util.PlatformUtils
- TYPE_DECIMAL - Static variable in class net.thevpc.common.util.PlatformUtils
- TYPE_FLOAT - Static variable in class net.thevpc.common.util.PlatformUtils
- TYPE_INT - Static variable in class net.thevpc.common.util.PlatformUtils
- TYPE_MONTH - Static variable in class net.thevpc.common.util.PlatformUtils
- TYPE_NULLABLE - Static variable in class net.thevpc.common.util.PlatformUtils
- TYPE_NUMBER - Static variable in class net.thevpc.common.util.PlatformUtils
- TYPE_OTHER - Static variable in class net.thevpc.common.util.PlatformUtils
- TYPE_STRING - Static variable in class net.thevpc.common.util.PlatformUtils
- TYPE_TEMPORAL - Static variable in class net.thevpc.common.util.PlatformUtils
- TYPE_TIME - Static variable in class net.thevpc.common.util.PlatformUtils
- TYPE_TIMESTAMP - Static variable in class net.thevpc.common.util.PlatformUtils
- TYPE_YEAR - Static variable in class net.thevpc.common.util.PlatformUtils
- TypeName<C> - Class in net.thevpc.common.util
- TypeName(String, TypeName...) - Constructor for class net.thevpc.common.util.TypeName
- TypeReference<T> - Class in net.thevpc.common.util
-
This is super type token implementation as described in http://gafter.blogspot.com/2006/12/super-type-tokens.html References a generic type.
- TypeReference() - Constructor for class net.thevpc.common.util.TypeReference
U
- unbox(Double[]) - Static method in class net.thevpc.common.util.ArrayUtils
- unbox(Float[]) - Static method in class net.thevpc.common.util.ArrayUtils
- unbox(Integer[]) - Static method in class net.thevpc.common.util.ArrayUtils
- unbox(Long[]) - Static method in class net.thevpc.common.util.ArrayUtils
- unboxDoubleList(List<Double>) - Static method in class net.thevpc.common.util.ArrayUtils
- unboxIntegerList(List<Integer>) - Static method in class net.thevpc.common.util.ArrayUtils
- Units - Class in net.thevpc.common.util
- Units() - Constructor for class net.thevpc.common.util.Units
- updateDescription(String) - Method in class net.thevpc.common.util.MemoryMeter
- Utils - Class in net.thevpc.common.util
- Utils() - Constructor for class net.thevpc.common.util.Utils
V
- validateType(Class) - Static method in class net.thevpc.common.util.XNumber
- valueOf(Number) - Static method in class net.thevpc.common.util.XNumber
- valueOf(String) - Static method in enum class net.thevpc.common.util.IndexSelectionStrategy
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class net.thevpc.common.util.IndexSelectionStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class net.thevpc.common.util.OpMap
X
- XNumber - Class in net.thevpc.common.util
- XNumber(Number) - Constructor for class net.thevpc.common.util.XNumber
Y
- YOCTO - Static variable in class net.thevpc.common.util.Units
- YOTTA - Static variable in class net.thevpc.common.util.Units
-
YOTTA
Z
- ZEPTO - Static variable in class net.thevpc.common.util.Units
- ZETTA - Static variable in class net.thevpc.common.util.Units
-
ZETTA
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form