com.jdon.util
类 ConcurrentLinkedList

java.lang.Object
  继承者 com.jdon.util.ConcurrentLinkedList

public class ConcurrentLinkedList
extends Object


字段摘要
 LinkedList keyLRUList
          A list of the elements order by Least Recent Use
 
构造方法摘要
ConcurrentLinkedList()
           
 
方法摘要
 void add(Object o)
           
 void addFirst(Object key)
           
 void clear()
           
 Object getLast()
           
 void moveFirst(Object key)
           
 void remove(Object key)
           
 int size()
           
 
从类 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.