com.jdon.util
类 ConcurrentLinkedList
java.lang.Object
com.jdon.util.ConcurrentLinkedList
public class ConcurrentLinkedList
- extends Object
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keyLRUList
public final LinkedList keyLRUList
- A list of the elements order by Least Recent Use
ConcurrentLinkedList
public ConcurrentLinkedList()
add
public void add(Object o)
addFirst
public void addFirst(Object key)
moveFirst
public void moveFirst(Object key)
getLast
public Object getLast()
size
public int size()
remove
public void remove(Object key)
clear
public void clear()
Copyright © 2013. All Rights Reserved.