Package | Description |
---|---|
org.opendaylight.yangtools.util |
Modifier and Type | Method and Description |
---|---|
static <K,V> SharedSingletonMap<K,V> |
SharedSingletonMap.copyOf(Map<K,V> m)
Deprecated.
Use
orderedCopyOf(Map) or unorderedCopyOf(Map) instead. |
static <K,V> SharedSingletonMap<K,V> |
SharedSingletonMap.of(K key,
V value)
Deprecated.
Use
orderedOf(Object, Object) or unorderedOf(Object, Object) instead. |
static <K,V> SharedSingletonMap<K,V> |
SharedSingletonMap.orderedCopyOf(Map<K,V> m) |
static <K,V> SharedSingletonMap<K,V> |
SharedSingletonMap.orderedOf(K key,
V value) |
static <K,V> SharedSingletonMap<K,V> |
SharedSingletonMap.unorderedCopyOf(Map<K,V> m) |
static <K,V> SharedSingletonMap<K,V> |
SharedSingletonMap.unorderedOf(K key,
V value) |
Copyright © 2017 OpenDaylight. All rights reserved.