Package org.hibernate.collection.spi
Class AbstractPersistentCollection.ListIteratorProxy
java.lang.Object
org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
- All Implemented Interfaces:
Iterator<E>,ListIterator<E>
- Enclosing class:
- AbstractPersistentCollection<E>
protected final class AbstractPersistentCollection.ListIteratorProxy
extends Object
implements ListIterator<E>
-
Constructor Details
-
ListIteratorProxy
-
-
Method Details
-
add
- Specified by:
addin interfaceListIterator<E>
-
hasNext
public boolean hasNext() -
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<E>
-
next
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<E>
-
previous
- Specified by:
previousin interfaceListIterator<E>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<E>
-
remove
public void remove() -
set
- Specified by:
setin interfaceListIterator<E>
-