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>
An immutable TrieMap.
|
class |
MutableTrieMap<K,V>
A mutable TrieMap.
|
Modifier and Type | Method and Description |
---|---|
abstract TrieMap<K,V> |
TrieMap.mutableSnapshot()
Returns a snapshot of this TrieMap.
|
TrieMap<K,V> |
ImmutableTrieMap.mutableSnapshot() |
Copyright © 2018 OpenDaylight. All rights reserved.