K - key typeV - value typepublic final class MultiRegistry<K,V> extends Object
This class is thread-safe.
| Constructor and Description |
|---|
MultiRegistry() |
| Modifier and Type | Method and Description |
|---|---|
V |
get(K key) |
Iterable<V> |
getAllValues() |
org.opendaylight.yangtools.concepts.Registration |
register(K key,
V value) |
Copyright © 2020 OpenDaylight. All rights reserved.