public static final class Optional.Absent<T> extends Optional<T>
Optional.Absent<T>, Optional.Present<T>
T
get()
boolean
isPresent()
String
toString()
absent, getOrNull, isAbsent, of
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public T get()
get
Optional<T>
public boolean isPresent()
isPresent
public String toString()
toString
Object
Copyright © 2016. All rights reserved.