当前页面:
在线文档首页 >
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
java.util.AbstractCollection
java.util.AbstractList
org.jboss.cache.aop.CachedList
- All Implemented Interfaces:
- Collection, List
- public class CachedList
- extends AbstractList
CachedList.java. Currently not used.
- Author:
- Harald Gliebe
Methods inherited from class java.util.AbstractList |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList |
cache
protected TreeCacheAop cache
fqn
protected Fqn fqn
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.