|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
org.jboss.cache.aop.CachedList
CachedList.java. Currently not used.
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 |
protected TreeCacheAop cache
protected Fqn fqn
Method Detail |
protected Node getNode()
public Object get(int index)
public int size()
public Object set(int index, Object element)
public void add(int index, Object element)
public boolean remove(Object o)
public Object remove(int index)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |