public abstract class BaseInputKeyWrapper<Wrapped> extends java.lang.Object implements IInputKey
Constructor and Description |
---|
BaseInputKeyWrapper(Wrapped wrappedKey) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Wrapped |
getWrappedKey() |
int |
hashCode() |
getClass, notify, notifyAll, toString, wait, wait, wait
getArity, getPrettyPrintableName, getStringID, isEnumerable
public BaseInputKeyWrapper(Wrapped wrappedKey)
public Wrapped getWrappedKey()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object