org.hibernate.collection.internal
Class AbstractPersistentCollection.ListProxy
java.lang.Object
   org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
- All Implemented Interfaces: 
- Iterable, Collection, List
- Enclosing class:
- AbstractPersistentCollection
- protected final class AbstractPersistentCollection.ListProxy 
- extends Object- implements List
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
list
protected final List list
AbstractPersistentCollection.ListProxy
public AbstractPersistentCollection.ListProxy(List list)
add
public void add(int index,
                Object value)
- 
- 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 i,
                      Collection c)
- 
- Specified by:
- addAllin interface- List
 
- 
 
clear
public void clear()
- 
- Specified by:
- clearin interface- Collection
- Specified by:
- clearin interface- List
 
- 
 
contains
public boolean contains(Object o)
- 
- Specified by:
- containsin interface- Collection
- Specified by:
- containsin interface- List
 
- 
 
containsAll
public boolean containsAll(Collection c)
- 
- Specified by:
- containsAllin interface- Collection
- Specified by:
- containsAllin interface- List
 
- 
 
get
public Object get(int i)
- 
- Specified by:
- getin interface- List
 
- 
 
indexOf
public int indexOf(Object o)
- 
- Specified by:
- indexOfin interface- List
 
- 
 
isEmpty
public boolean isEmpty()
- 
- Specified by:
- isEmptyin interface- Collection
- Specified by:
- isEmptyin interface- List
 
- 
 
iterator
public Iterator iterator()
- 
- Specified by:
- iteratorin interface- Iterable
- Specified by:
- iteratorin interface- Collection
- Specified by:
- iteratorin interface- List
 
- 
 
lastIndexOf
public int lastIndexOf(Object o)
- 
- Specified by:
- lastIndexOfin interface- List
 
- 
 
listIterator
public ListIterator listIterator()
- 
- Specified by:
- listIteratorin interface- List
 
- 
 
listIterator
public ListIterator listIterator(int i)
- 
- Specified by:
- listIteratorin interface- List
 
- 
 
remove
public Object remove(int i)
- 
- 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 i,
                  Object o)
- 
- Specified by:
- setin interface- List
 
- 
 
size
public int size()
- 
- Specified by:
- sizein interface- Collection
- Specified by:
- sizein interface- List
 
- 
 
subList
public List subList(int i,
                    int j)
- 
- Specified by:
- subListin interface- List
 
- 
 
toArray
public Object[] toArray()
- 
- Specified by:
- toArrayin interface- Collection
- Specified by:
- toArrayin interface- List
 
- 
 
toArray
public Object[] toArray(Object[] array)
- 
- Specified by:
- toArrayin interface- Collection
- Specified by:
- toArrayin interface- List
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.