public static class CollectionsUtils.ConstMap<T,V> extends HashMap<T,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ConstMap() |
Modifier and Type | Method and Description |
---|---|
CollectionsUtils.ConstMap<T,V> |
add(T key,
V value) |
Map<T,V> |
fix() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
Copyright © 2010–2021 JBoss by Red Hat. All rights reserved.