public class BTreeMap<K,V> extends AbstractMap<K,V> implements BitTreeMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>BitTree.BitConsumer<V>| 构造器和说明 |
|---|
BTreeMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
Set<Map.Entry<K,V>> |
entrySet() |
void |
forEach(BitTree.BitConsumer<V> consumer) |
V |
get(Object key) |
V |
put(K key,
V value) |
V |
read(int key)
读取数据
|
V |
read(K key)
读取数据
|
V |
readBy(Object key)
读取数据
|
int |
size() |
V |
write(int key,
V value)
存储数据
|
V |
write(K key,
V value)
保存数据
|
clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, remove, toString, valuescompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic void forEach(BitTree.BitConsumer<V> consumer)
public V read(K key)
BitTreeMapread 在接口中 BitTreeMap<K,V>public V write(K key, V value)
BitTreeMapwrite 在接口中 BitTreeMap<K,V>public V readBy(Object key)
BitTreeMapreadBy 在接口中 BitTreeMap<K,V>Copyright © 2020. All rights reserved.