public class PossibleLong extends Object
| Modifier and Type | Method and Description |
|---|---|
static PossibleLong |
absent() |
boolean |
equals(Object o) |
long |
get() |
int |
hashCode() |
boolean |
isAbsent() |
static PossibleLong |
of(long value) |
public static PossibleLong of(long value)
public static PossibleLong absent()
public long get()
public boolean isAbsent()