public static interface Collections.LiteralMap<A,B> extends Map<A,B>
| Modifier and Type | Method and Description |
|---|---|
Collections.LiteralMap<A,B> |
with(A key,
B value) |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesCollections.LiteralMap<A,B> with(A key, B value)
see also the complete user documentation .