Package net.automatalib.common.util
Class WrapperUtil
- java.lang.Object
-
- net.automatalib.common.util.WrapperUtil
-
public final class WrapperUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanbooleanValue(@Nullable Boolean b)static booleanbooleanValue(@Nullable Boolean b, boolean def)static doubledoubleValue(@Nullable Double d)static doubledoubleValue(@Nullable Double d, double def)static floatfloatValue(@Nullable Float f)static floatfloatValue(@Nullable Float f, float def)static intintValue(@Nullable Integer i)static intintValue(@Nullable Integer i, int def)static longlongValue(@Nullable Long l)static longlongValue(@Nullable Long l, long def)static shortshortValue(@Nullable Short s, short def)
-