Package | Description |
---|---|
org.opendaylight.yangtools.util |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableOffsetMapTemplate<K>
Template for instantiating
ImmutableOffsetMap instances with a fixed set of keys. |
class |
SharedSingletonMapTemplate<K>
Template for instantiating
SharedSingletonMap instances with a fixed key. |
Modifier and Type | Method and Description |
---|---|
static <K> @NonNull ImmutableMapTemplate<K> |
ImmutableMapTemplate.ordered(Collection<K> keys)
Create a template which produces Maps with specified keys, with iteration order matching the iteration order
of
keys . |
static <K> @NonNull ImmutableMapTemplate<K> |
ImmutableMapTemplate.unordered(Collection<K> keys)
Create a template which produces Maps with specified keys, with unconstrained iteration order.
|
Copyright © 2019 OpenDaylight. All rights reserved.