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