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.
|
@Nonnull ModifiableMapPhase<K,V> toModifiableMap()
Copyright © 2017 OpenDaylight. All rights reserved.