K - key typeV - value type@ThreadSafe public final class MultiRegistry<K,V> extends Object
| Constructor and Description |
|---|
MultiRegistry() |
| Modifier and Type | Method and Description |
|---|---|
V |
get(K key) |
Iterable<V> |
getAllValues() |
AbstractRegistration |
register(K key,
V value) |
Copyright © 2019 OpenDaylight. All rights reserved.