public abstract class AbstractValueType<T extends Serializable> extends Object implements ValueType<T>, Serializable, Comparable<AbstractValueType<?>>
| Constructor and Description |
|---|
AbstractValueType(T value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AbstractValueType<?> other) |
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString() |
T |
value() |
public AbstractValueType(T value)
public T value()
value in interface ValueType<T extends Serializable>public int compareTo(AbstractValueType<?> other)
compareTo in interface Comparable<AbstractValueType<?>>Copyright © 2018. All Rights Reserved.