public static final class CopyOnWriteMap.Tree<K,V> extends CopyOnWriteMap<K,V>
CopyOnWriteMap backed by TreeMap.| Modifier and Type | Class and Description |
|---|---|
static class |
CopyOnWriteMap.Tree.ConverterImpl |
CopyOnWriteMap.Hash<K,V>, CopyOnWriteMap.Tree<K,V>core| Constructor and Description |
|---|
Tree() |
Tree(Comparator<K> comparator) |
Tree(Map<K,V> core,
Comparator<K> comparator) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
protected Map<K,V> |
copy() |
containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, replaceBy, size, toString, update, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Tree(Map<K,V> core, Comparator<K> comparator)
public Tree(Comparator<K> comparator)
public Tree()
Copyright © 2019. All rights reserved.