Package | Description |
---|---|
org.opendaylight.yangtools.util |
Modifier and Type | Method and Description |
---|---|
@NonNull SingletonSet<Map.Entry<K,V>> |
SharedSingletonMap.entrySet() |
@NonNull SingletonSet<K> |
SharedSingletonMap.keySet() |
SingletonSet<K> |
SharedSingletonMapTemplate.keySet() |
static <E> @NonNull SingletonSet<E> |
SingletonSet.of(E element) |
@NonNull SingletonSet<V> |
SharedSingletonMap.values() |
Copyright © 2019 OpenDaylight. All rights reserved.