public class MethodMap extends java.util.HashMap<java.lang.String,MethodMap.Entry>
| Modifier and Type | Class and Description |
|---|---|
static class |
MethodMap.Entry |
class |
MethodMap.ForType |
| Constructor and Description |
|---|
MethodMap() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull MethodMap.ForType |
forType(@NotNull java.lang.String type) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values@NotNull public @NotNull MethodMap.ForType forType(@NotNull @NotNull java.lang.String type)