public class Paths extends LinkedHashMap<String,PathItem>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Paths() |
Modifier and Type | Method and Description |
---|---|
void |
addExtension(String name,
Object value) |
void |
addExtension31(String name,
Object value) |
Paths |
addPathItem(String name,
PathItem item) |
boolean |
equals(Object o) |
Paths |
extensions(Map<String,Object> extensions) |
Map<String,Object> |
getExtensions() |
int |
hashCode() |
void |
setExtensions(Map<String,Object> extensions) |
String |
toString() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
Copyright © 2022. All rights reserved.