Package | Description |
---|---|
org.opendaylight.yangtools.triemap |
Implementation of
Map on top
of a concurrent hash-trie. |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableTrieMap<K,V>
Deprecated.
use
ImmutableTrieMap instead. |
class |
MutableTrieMap<K,V>
Deprecated.
use
MutableTrieMap instead. |
Modifier and Type | Method and Description |
---|---|
TrieMap<K,V> |
ImmutableTrieMap.mutableSnapshot()
Deprecated.
|
abstract TrieMap<K,V> |
TrieMap.mutableSnapshot()
Deprecated.
Returns a snapshot of this TrieMap.
|
Copyright © 2019 OpenDaylight. All rights reserved.