public interface UIterator extends ClosableResource
Modifier and Type | Method and Description |
---|---|
void |
close()
forces the release of any resources that might be
associated with this object.
|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |
boolean hasNext() throws java.lang.Exception
java.lang.Exception
java.lang.Object next() throws java.lang.Exception
java.lang.Exception
void remove() throws java.lang.Exception
java.lang.Exception
void close() throws java.lang.Exception
ClosableResource
close
in interface ClosableResource
java.lang.Exception