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) |
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, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizefinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeCopyright © 2019. All rights reserved.