Package | Description |
---|---|
org.opendaylight.yangtools.util |
Modifier and Type | Method and Description |
---|---|
MutableOffsetMap<K,V> |
MutableOffsetMap.clone() |
static <K,V> MutableOffsetMap<K,V> |
MutableOffsetMap.copyOf(Map<K,V> m)
Deprecated.
Use
orderedCopyOf(Map) or unorderedCopyOf(Map) instead. |
static <K,V> MutableOffsetMap<K,V> |
MutableOffsetMap.of()
Deprecated.
Use
ordered() or unordered() instead. |
static <K,V> MutableOffsetMap<K,V> |
MutableOffsetMap.ordered() |
static <K,V> MutableOffsetMap<K,V> |
MutableOffsetMap.orderedCopyOf(Map<K,V> m) |
abstract MutableOffsetMap<K,V> |
ImmutableOffsetMap.toModifiableMap() |
static <K,V> MutableOffsetMap<K,V> |
MutableOffsetMap.unordered() |
static <K,V> MutableOffsetMap<K,V> |
MutableOffsetMap.unorderedCopyOf(Map<K,V> m) |
Copyright © 2017 OpenDaylight. All rights reserved.