public class Wrapper<T> extends Object
Wrapper(T value)
static <T> Wrapper<T>
empty()
T
get()
of(T t)
void
set(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Wrapper(T value)
public T get()
public void set(T t)
public static <T> Wrapper<T> of(T t)
public static <T> Wrapper<T> empty()
Copyright © 2017. All rights reserved.