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, values
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Tree(Map<K,V> core, Comparator<K> comparator)
public Tree(Comparator<K> comparator)
public Tree()
Copyright © 2004–2022. All rights reserved.