Uses of Class
org.opendaylight.yangtools.util.MutableOffsetMap
Packages that use MutableOffsetMap
-
Uses of MutableOffsetMap in org.opendaylight.yangtools.util
Methods in org.opendaylight.yangtools.util that return MutableOffsetMapModifier and TypeMethodDescription@NonNull MutableOffsetMap
<K, V> MutableOffsetMap.clone()
static <K,
V> @NonNull MutableOffsetMap <K, V> MutableOffsetMap.ordered()
Create an emptyMutableOffsetMap
which has an iteration order matching the insertion order.static <K,
V> @NonNull MutableOffsetMap <K, V> MutableOffsetMap.orderedCopyOf
(Map<K, V> map) Create aMutableOffsetMap
of the specified map, retaining its iteration order.abstract @NonNull MutableOffsetMap
<K, V> ImmutableOffsetMap.toModifiableMap()
static <K,
V> @NonNull MutableOffsetMap <K, V> MutableOffsetMap.unordered()
Create an emptyMutableOffsetMap
which has unspecified iteration order.static <K,
V> @NonNull MutableOffsetMap <K, V> MutableOffsetMap.unorderedCopyOf
(Map<K, V> map) Create aMutableOffsetMap
of the specified map, potentially with a different iteration order.