public final class Defined extends Object
| Modifier and Type | Field and Description |
|---|---|
static Defined |
DEFINED |
static Defined |
NOT_DEFINED |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDefined(byte value) |
static boolean |
isDefined(Byte value) |
static boolean |
isDefined(Defined value) |
static boolean |
isDefined(double value) |
static boolean |
isDefined(Double value) |
static boolean |
isDefined(float value) |
static boolean |
isDefined(Float value) |
static boolean |
isDefined(int value) |
static boolean |
isDefined(Integer value) |
static boolean |
isDefined(long value) |
static boolean |
isDefined(Long value) |
static boolean |
isDefined(short value) |
static boolean |
isDefined(Short value) |
String |
toString() |
public static final Defined DEFINED
public static final Defined NOT_DEFINED
public static final boolean isDefined(Defined value)
public static final boolean isDefined(Byte value)
public static final boolean isDefined(byte value)
public static final boolean isDefined(Short value)
public static final boolean isDefined(short value)
public static final boolean isDefined(Integer value)
public static final boolean isDefined(int value)
public static final boolean isDefined(Long value)
public static final boolean isDefined(long value)
public static final boolean isDefined(Float value)
public static final boolean isDefined(float value)
public static final boolean isDefined(Double value)
public static final boolean isDefined(double value)
Copyright © 2019. All rights reserved.