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() |
Object |
next() |
void |
remove() |
void close() throws Exception
ClosableResource
close
in interface ClosableResource
Exception
Copyright © 2017 com.mchange. All rights reserved.