Package org.apache.openjpa.util.proxy
Interface ProxyCollections.ProxyIterator
-
- All Superinterfaces:
Iterator
- All Known Subinterfaces:
ProxyCollections.ProxyListIterator
- Enclosing class:
- ProxyCollections
public static interface ProxyCollections.ProxyIterator extends Iterator
Marker interface for a proxied iterator.
-
-
Method Summary
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-