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