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, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
Type type
Declarator declarator
TemplateMap parent
boolean variadic
TemplateMap(TemplateMap parent)
Copyright © 2020. All rights reserved.