Uses of Interface
org.opendaylight.yangtools.util.ModifiableMapPhase
-
Packages that use ModifiableMapPhase Package Description org.opendaylight.yangtools.util -
-
Uses of ModifiableMapPhase in org.opendaylight.yangtools.util
Classes in org.opendaylight.yangtools.util that implement ModifiableMapPhase Modifier and Type Class Description class
MutableOffsetMap<K,V>
A mutable version ofImmutableOffsetMap
.Methods in org.opendaylight.yangtools.util that return ModifiableMapPhase Modifier and Type Method Description @NonNull ModifiableMapPhase<K,V>
UnmodifiableMapPhase. toModifiableMap()
Return an isolated modifiable version of this map.
-