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, waitgetArity, getPrettyPrintableName, getStringID, isEnumerablepublic BaseInputKeyWrapper(Wrapped wrappedKey)
public Wrapped getWrappedKey()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object