public abstract class ExtensibleTreeMap<V,T extends org.eclipse.microprofile.openapi.models.Extensible<T>> extends TreeMap<String,V> implements org.eclipse.microprofile.openapi.models.Extensible<T>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
extensions |
Modifier | Constructor and Description |
---|---|
protected |
ExtensibleTreeMap() |
protected |
ExtensibleTreeMap(Map<String,? extends V> items) |
Modifier and Type | Method and Description |
---|---|
T |
addExtension(String name,
Object value) |
Map<String,Object> |
getExtensions() |
void |
removeExtension(String name) |
void |
setExtensions(Map<String,Object> extensions) |
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, values
equals, hashCode, isEmpty, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, getOrDefault, hashCode, isEmpty, merge, putIfAbsent, remove
Copyright © 2021. All rights reserved.