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