站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 Cache API Documentation 英文版文档

CachedList (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档


org.jboss.cache.aop
Class CachedList

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byorg.jboss.cache.aop.CachedList
All Implemented Interfaces:
Collection, List

public class CachedList
extends AbstractList

CachedList.java. Currently not used.

Author:
Harald Gliebe

Field Summary
protected  TreeCacheAop cache
           
protected  Fqn fqn
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Method Summary
 void add(int index, Object element)
           
 Object get(int index)
           
protected  Node getNode()
           
 Object remove(int index)
           
 boolean remove(Object o)
           
 Object set(int index, Object element)
           
 int size()
           
 
Methods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray
 

Field Detail

cache

protected TreeCacheAop cache

fqn

protected Fqn fqn
Method Detail

getNode

protected Node getNode()

get

public Object get(int index)

size

public int size()

set

public Object set(int index,
                  Object element)

add

public void add(int index,
                Object element)

remove

public boolean remove(Object o)

remove

public Object remove(int index)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.