class TemplateMap extends LinkedHashMap<String,Type>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
(package private) Declarator |
declarator |
(package private) TemplateMap |
parent |
(package private) Type |
type |
(package private) boolean |
variadic |
| Constructor and Description |
|---|
TemplateMap(TemplateMap parent) |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
empty() |
(package private) boolean |
full() |
(package private) Type |
get(String key) |
(package private) String |
getName() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeType type
Declarator declarator
TemplateMap parent
boolean variadic
TemplateMap(TemplateMap parent)
Copyright © 2020. All rights reserved.