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:
add
in interfaceListIterator<E>
-
hasNext
public boolean hasNext() -
hasPrevious
public boolean hasPrevious()- Specified by:
hasPrevious
in interfaceListIterator<E>
-
next
-
nextIndex
public int nextIndex()- Specified by:
nextIndex
in interfaceListIterator<E>
-
previous
- Specified by:
previous
in interfaceListIterator<E>
-
previousIndex
public int previousIndex()- Specified by:
previousIndex
in interfaceListIterator<E>
-
remove
public void remove() -
set
- Specified by:
set
in interfaceListIterator<E>
-