public class ClassMap<T> extends HashMap<Class<?>,T>
find(Class)
that can
be used to lookup a class compatible to the given one depending on the class hierarchy.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ClassMap() |
Modifier and Type | Method and Description |
---|---|
T |
find(Class<?> key) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
Copyright © 2018 Nuxeo. All rights reserved.