K
- the type of keys maintained by this mapV
- the type of mapped values@Beta public interface UnmodifiableMapPhase<K,V> extends Map<K,V>, Immutable
Map
which cannot be modified and supports efficient conversion to a ModifiableMapPhase
.Modifier and Type | Method and Description |
---|---|
ModifiableMapPhase<K,V> |
toModifiableMap()
Return an isolated modifiable version of this map.
|
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
@Nonnull ModifiableMapPhase<K,V> toModifiableMap()
Copyright © 2018 OpenDaylight. All rights reserved.