public class AbstractValueType<T> extends Object implements ValueType<T>
protected T
value
AbstractValueType(T value)
boolean
equals(Object o)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected final T value
public AbstractValueType(T value)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2013. All rights reserved.