Package org.eclipse.jetty.annotations
Class AnnotationConfiguration.ClassInheritanceMap
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.concurrent.ConcurrentHashMap<String,org.eclipse.jetty.util.ConcurrentHashSet<String>>
-
- org.eclipse.jetty.annotations.AnnotationConfiguration.ClassInheritanceMap
-
- All Implemented Interfaces:
Serializable,ConcurrentMap<String,org.eclipse.jetty.util.ConcurrentHashSet<String>>,Map<String,org.eclipse.jetty.util.ConcurrentHashSet<String>>
- Enclosing class:
- AnnotationConfiguration
public static class AnnotationConfiguration.ClassInheritanceMap extends ConcurrentHashMap<String,org.eclipse.jetty.util.ConcurrentHashSet<String>>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.concurrent.ConcurrentHashMap
ConcurrentHashMap.KeySetView<K extends Object,V extends Object>
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description ClassInheritanceMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class java.util.concurrent.ConcurrentHashMap
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, put, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, values
-
Methods inherited from class java.util.AbstractMap
clone
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classConcurrentHashMap<String,org.eclipse.jetty.util.ConcurrentHashSet<String>>
-
-