public class ConcurrentLinkedHashMapWrapper<T,R> extends Object implements CacheMap<T,R>
ConcurrentLinkedHashMap
CacheMap
ConcurrentLinkedHashMapWrapper(com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap<T,R> map)
ConcurrentLinkedHashMapWrapper(long size)
void
clear()
boolean
containsKey(T key)
R
get(T key)
Set<T>
keySet(boolean ascending)
put(T key, R value)
putIfAbsent(T key, R value)
remove(T key)
long
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConcurrentLinkedHashMapWrapper(long size)
public ConcurrentLinkedHashMapWrapper(com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap<T,R> map)
public boolean containsKey(T key)
containsKey
CacheMap<T,R>
public R get(T key)
get
public R remove(T key)
remove
public R put(T key, R value)
put
public R putIfAbsent(T key, R value)
putIfAbsent
public long size()
size
public void clear()
clear
public Set<T> keySet(boolean ascending)
keySet
Copyright © 2020 Alibaba Group. All rights reserved.