public class Simple<T> extends Object implements ISample<T>
Simple(T value)
boolean
equals(Object obj)
T
get()
int
hashCode()
static <T> Simple<T>
of(T value)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Simple(T value)
public T get()
get
ISample<T>
public static <T> Simple<T> of(T value)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2016. All rights reserved.