public abstract class AbstractExtensionInput<T extends java.io.Serializable> extends java.lang.Object implements ExtensionInput<T>
| Constructor and Description |
|---|
AbstractExtensionInput(T value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
T |
getValue() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetIdentifierpublic AbstractExtensionInput(T value)
public T getValue()
getValue in interface ExtensionInput<T extends java.io.Serializable>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object