Uses of Class
org.opendaylight.yangtools.util.SingletonSet
Packages that use SingletonSet
Package
Description
Various utility classes.
-
Uses of SingletonSet in org.opendaylight.yangtools.util
Methods in org.opendaylight.yangtools.util that return SingletonSetModifier and TypeMethodDescriptionfinal @NonNull SingletonSet
<Map.Entry<K, V>> SharedSingletonMap.entrySet()
final @NonNull SingletonSet
<K> SharedSingletonMap.keySet()
final SingletonSet
<K> SharedSingletonMapTemplate.keySet()
static <E> @NonNull SingletonSet
<E> SingletonSet.of
(@Nullable E element) final SingletonSet
<E> SingletonSet.reversed()
final @NonNull SingletonSet
<Map.Entry<K, V>> SharedSingletonMap.sequencedEntrySet()
final @NonNull SingletonSet
<K> SharedSingletonMap.sequencedKeySet()
final @NonNull SingletonSet
<V> SharedSingletonMap.sequencedValues()
final @NonNull SingletonSet
<V> SharedSingletonMap.values()
-
Uses of SingletonSet in org.opendaylight.yangtools.yang.data.api
Methods in org.opendaylight.yangtools.yang.data.api that return SingletonSet