org.apache.openjpa.lib.rop
Class AbstractResultList
java.lang.Object
   org.apache.openjpa.lib.rop.AbstractResultList
org.apache.openjpa.lib.rop.AbstractResultList
- All Implemented Interfaces: 
- Serializable, Iterable, Collection, List, ResultList, Closeable
- Direct Known Subclasses: 
- AbstractNonSequentialResultList, AbstractSequentialResultList, ListResultList
- public abstract class AbstractResultList 
- extends Object- implements ResultList
Abstract base class for read-only result lists.
- Author:
- Abe White
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
| Methods inherited from interface java.util.List | 
| contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, size, toArray, toArray | 
 
AbstractResultList
public AbstractResultList()
add
public void add(int index,
                Object element)
- 
- Specified by:
- addin interface- List
 
- 
 
add
public boolean add(Object o)
- 
- Specified by:
- addin interface- Collection
- Specified by:
- addin interface- List
 
- 
 
addAll
public boolean addAll(Collection c)
- 
- Specified by:
- addAllin interface- Collection
- Specified by:
- addAllin interface- List
 
- 
 
addAll
public boolean addAll(int index,
                      Collection c)
- 
- Specified by:
- addAllin interface- List
 
- 
 
remove
public Object remove(int index)
- 
- Specified by:
- removein interface- List
 
- 
 
remove
public boolean remove(Object o)
- 
- Specified by:
- removein interface- Collection
- Specified by:
- removein interface- List
 
- 
 
removeAll
public boolean removeAll(Collection c)
- 
- Specified by:
- removeAllin interface- Collection
- Specified by:
- removeAllin interface- List
 
- 
 
retainAll
public boolean retainAll(Collection c)
- 
- Specified by:
- retainAllin interface- Collection
- Specified by:
- retainAllin interface- List
 
- 
 
set
public Object set(int index,
                  Object element)
- 
- Specified by:
- setin interface- List
 
- 
 
clear
public void clear()
- 
- Specified by:
- clearin interface- Collection
- Specified by:
- clearin interface- List
 
- 
 
subList
public List subList(int from,
                    int to)
- 
- Specified by:
- subListin interface- List
 
- 
 
assertOpen
protected void assertOpen()
- 
 
- 
 
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.