K
V
public interface CacheMap<K,V>
void
clear()
boolean
containsKey(K key)
get(K key)
Set<K>
keySet(boolean ascending)
put(K key, V value)
putIfAbsent(K key, V value)
remove(K key)
long
size()
boolean containsKey(K key)
V get(K key)
V remove(K key)
V put(K key, V value)
V putIfAbsent(K key, V value)
long size()
void clear()
Set<K> keySet(boolean ascending)
Copyright © 2019 Alibaba Group. All rights reserved.