Package | Description |
---|---|
org.opendaylight.yangtools.util |
Modifier and Type | Method and Description |
---|---|
static <K,V> SharedSingletonMap<K,V> |
SharedSingletonMap.orderedCopyOf(Map<K,V> map) |
static <K,V> SharedSingletonMap<K,V> |
SharedSingletonMap.orderedOf(K key,
V value) |
static <K,V> SharedSingletonMap<K,V> |
SharedSingletonMap.unorderedCopyOf(Map<K,V> map) |
static <K,V> SharedSingletonMap<K,V> |
SharedSingletonMap.unorderedOf(K key,
V value) |
Copyright © 2018 OpenDaylight. All rights reserved.