public class Optional<T> extends Object
Optional(T t)
T
get()
getOrElse(T default_val)
boolean
isEmpty()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Optional(T t)
public boolean isEmpty()
public T get()
public T getOrElse(T default_val)
Copyright © 2017. All rights reserved.