public class Wrapper<T> extends Object
Wrapper()
Wrapper(T value)
static <T> Wrapper<T>
forType(Class<T> type)
T
get()
boolean
isEmpty()
void
set(T value)
String
toString()
wrap(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Wrapper()
public Wrapper(T value)
public static <T> Wrapper<T> wrap(T value)
public static <T> Wrapper<T> forType(Class<T> type)
public T get()
public void set(T value)
public boolean isEmpty()
public String toString()
toString
Object
Copyright © 2015. All Rights Reserved.