public class TypeMap<T> extends java.lang.Object
TypeMap()
void
def(T item)
T
get(java.lang.Class<?> type)
put(java.lang.Class<?> type, T item)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TypeMap()
public void def(T item)
public void put(java.lang.Class<?> type, T item)
public T get(java.lang.Class<?> type)