| 限定符和类型 | 方法和说明 |
|---|---|
Map.Entry<K,V> |
clean(int bitNumber)
清理数据返回旧数据
|
void |
clear() |
void |
forEach(BiConsumer<K,V> consumer) |
default void |
forEach(Consumer<? super Map.Entry<K,V>> action) |
Iterator<Map.Entry<K,V>> |
iterator() |
Map.Entry<K,V> |
read(int bitNumber)
读取数据
|
int |
size() |
Map.Entry<K,V> |
write(int bitNumber,
K key,
V value)
存储数据
|
spliteratorint size()
void clear()
void forEach(BiConsumer<K,V> consumer)
Copyright © 2020. All rights reserved.