public class TypeMap<V> extends java.lang.Object
TypeMap()
java.util.Optional<V>
findMatch(Type<?> type)
void
put(Type<?> type, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TypeMap()
public void put(Type<?> type, V value)
public java.util.Optional<V> findMatch(Type<?> type)