public class ServerVariables extends LinkedHashMap<String,ServerVariable>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ServerVariables() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExtension(String name,
Object value)
Deprecated.
As extensions don't make sense at this level
|
ServerVariables |
addServerVariable(String name,
ServerVariable item) |
boolean |
equals(Object o) |
ServerVariables |
extensions(Map<String,Object> extensions)
Deprecated.
As extensions don't make sense at this level
|
Map<String,Object> |
getExtensions()
Deprecated.
As extensions don't make sense at this level
|
int |
hashCode() |
void |
setExtensions(Map<String,Object> extensions)
Deprecated.
As extensions don't make sense at this level
|
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, sizepublic ServerVariables addServerVariable(String name, ServerVariable item)
public boolean equals(Object o)
equals in interface Map<String,ServerVariable>equals in class AbstractMap<String,ServerVariable>public int hashCode()
hashCode in interface Map<String,ServerVariable>hashCode in class AbstractMap<String,ServerVariable>@Deprecated public Map<String,Object> getExtensions()
@Deprecated public void addExtension(String name, Object value)
@Deprecated public void setExtensions(Map<String,Object> extensions)
@Deprecated public ServerVariables extensions(Map<String,Object> extensions)
public String toString()
toString in class AbstractMap<String,ServerVariable>Copyright © 2019. All rights reserved.