Package japicmp.util
Class Optional.Absent<T>
- java.lang.Object
-
- japicmp.util.Optional<T>
-
- japicmp.util.Optional.Absent<T>
-
-
Field Summary
Fields Modifier and Type Field Description private static Optional.Absent<?>
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
Absent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object object)
T
get()
int
hashCode()
boolean
isPresent()
Optional<T>
or(Optional<? extends T> secondChoice)
T
or(T secondChoice)
java.lang.String
toString()
-
Methods inherited from class japicmp.util.Optional
absent, fromNullable, of
-
-
-
-
Field Detail
-
INSTANCE
private static final Optional.Absent<?> INSTANCE
-
-