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
-
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
-
set
- Specified by:
setin interfaceListIterator<E>
-