Package | Description |
---|---|
org.opendaylight.yangtools.util |
Modifier and Type | Method and Description |
---|---|
static <K> @NonNull ImmutableOffsetMapTemplate<K> |
ImmutableOffsetMapTemplate.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 ImmutableOffsetMapTemplate<K> |
ImmutableOffsetMapTemplate.unordered(Collection<K> keys)
Create a template which produces Maps with specified keys, with unconstrained iteration order.
|
Copyright © 2019 OpenDaylight. All rights reserved.