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 privateAbsent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)Tget()inthashCode()booleanisPresent()Optional<T>or(Optional<? extends T> secondChoice)Tor(T secondChoice)java.lang.StringtoString()-
Methods inherited from class japicmp.util.Optional
absent, fromNullable, of
-
-
-
-
Field Detail
-
INSTANCE
private static final Optional.Absent<?> INSTANCE
-
-