org.hibernate.collection.internal
Class AbstractPersistentCollection.ListIteratorProxy
java.lang.Object
   org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
- All Implemented Interfaces: 
- Iterator, ListIterator
- Enclosing class:
- AbstractPersistentCollection
- protected final class AbstractPersistentCollection.ListIteratorProxy 
- extends Object- implements ListIterator
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
itr
protected final ListIterator itr
AbstractPersistentCollection.ListIteratorProxy
public AbstractPersistentCollection.ListIteratorProxy(ListIterator itr)
add
public void add(Object o)
- 
- Specified by:
- addin interface- ListIterator
 
- 
 
hasNext
public boolean hasNext()
- 
- Specified by:
- hasNextin interface- Iterator
- Specified by:
- hasNextin interface- ListIterator
 
- 
 
hasPrevious
public boolean hasPrevious()
- 
- Specified by:
- hasPreviousin interface- ListIterator
 
- 
 
next
public Object next()
- 
- Specified by:
- nextin interface- Iterator
- Specified by:
- nextin interface- ListIterator
 
- 
 
nextIndex
public int nextIndex()
- 
- Specified by:
- nextIndexin interface- ListIterator
 
- 
 
previous
public Object previous()
- 
- Specified by:
- previousin interface- ListIterator
 
- 
 
previousIndex
public int previousIndex()
- 
- Specified by:
- previousIndexin interface- ListIterator
 
- 
 
remove
public void remove()
- 
- Specified by:
- removein interface- Iterator
- Specified by:
- removein interface- ListIterator
 
- 
 
set
public void set(Object o)
- 
- Specified by:
- setin interface- ListIterator
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.