org.jboss.cache.aop.collection
Class CachedListAbstract
java.lang.Object
org.jboss.cache.aop.collection.CachedListAbstract
- All Implemented Interfaces:
- java.util.Collection, java.util.List
- Direct Known Subclasses:
- CachedListImpl, CachedListImpl.MyCachedSubListImpl
- public abstract class CachedListAbstract
- extends java.lang.Object
- implements java.util.List
Abstract class for CachedList
- Author:
- Scott Marlow
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
add, get, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, size, subList |
CachedListAbstract
public CachedListAbstract()
clear
public void clear()
- Specified by:
clear
in interface java.util.List
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface java.util.List
toArray
public java.lang.Object[] toArray()
- Specified by:
toArray
in interface java.util.List
toArray
public java.lang.Object[] toArray(java.lang.Object[] a)
- Specified by:
toArray
in interface java.util.List
add
public boolean add(java.lang.Object o)
- Specified by:
add
in interface java.util.List
contains
public boolean contains(java.lang.Object o)
- Specified by:
contains
in interface java.util.List
remove
public boolean remove(java.lang.Object o)
- Specified by:
remove
in interface java.util.List
addAll
public boolean addAll(int index,
java.util.Collection c)
- Specified by:
addAll
in interface java.util.List
addAll
public boolean addAll(java.util.Collection c)
- Specified by:
addAll
in interface java.util.List
containsAll
public boolean containsAll(java.util.Collection c)
- Specified by:
containsAll
in interface java.util.List
removeAll
public boolean removeAll(java.util.Collection c)
- Specified by:
removeAll
in interface java.util.List
hashCode
public int hashCode()
- Specified by:
hashCode
in interface java.util.List
equals
public boolean equals(java.lang.Object object)
- Specified by:
equals
in interface java.util.List
toString
public java.lang.String toString()
retainAll
public boolean retainAll(java.util.Collection c)
- Specified by:
retainAll
in interface java.util.List
Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.