Package | Description |
---|---|
org.opendaylight.yangtools.util | |
org.opendaylight.yangtools.yang.data.api |
Modifier and Type | Method and Description |
---|---|
<T,V> @NonNull SharedSingletonMap<K,V> |
SharedSingletonMapTemplate.instantiateTransformed(Map<K,T> fromMap,
BiFunction<K,T,V> valueTransformer) |
abstract <V> @NonNull SharedSingletonMap<K,V> |
SharedSingletonMapTemplate.instantiateWithValue(V value)
Instantiate an immutable map with the value supplied.
|
<V> @NonNull SharedSingletonMap<K,V> |
SharedSingletonMapTemplate.instantiateWithValues(V... values) |
static <K,V> @NonNull SharedSingletonMap<K,V> |
SharedSingletonMap.orderedCopyOf(Map<K,V> map)
Create a
SharedSingletonMap of specified key and value , which retains insertion order
when transformed via UnmodifiableMapPhase.toModifiableMap() . |
static <K,V> @NonNull SharedSingletonMap<K,V> |
SharedSingletonMap.orderedOf(K key,
V value)
Create a
SharedSingletonMap of specified key and value , which retains insertion order
when transformed via UnmodifiableMapPhase.toModifiableMap() . |
static <K,V> @NonNull SharedSingletonMap<K,V> |
SharedSingletonMap.unorderedCopyOf(Map<K,V> map)
Create a
SharedSingletonMap from specified single-element map, which does not retain insertion order when
transformed via UnmodifiableMapPhase.toModifiableMap() . |
static <K,V> @NonNull SharedSingletonMap<K,V> |
SharedSingletonMap.unorderedOf(K key,
V value)
Create a
SharedSingletonMap of specified key and value , which does not retain insertion
order when transformed via UnmodifiableMapPhase.toModifiableMap() . |
Constructor and Description |
---|
NodeIdentifierWithPredicates(QName node,
SharedSingletonMap<QName,Object> keyValues) |
Copyright © 2019 OpenDaylight. All rights reserved.