E - type of the internal representation of the value type.public abstract class AbstractValueType<E extends Serializable> extends Object implements Serializable
This class is immutable and so should subclasses.
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractValueType(E value)
Creates a new value type.
|
Copyright © 2014. All Rights Reserved.