- java.lang.Object
-
- org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
protected java.util.ListIterator |
itr |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface java.util.Iterator
- Specified by:
hasNext
in interface java.util.ListIterator
-
nextIndex
public int nextIndex()
- Specified by:
nextIndex
in interface java.util.ListIterator
-
remove
public void remove()
- Specified by:
remove
in interface java.util.Iterator
- Specified by:
remove
in interface java.util.ListIterator
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.