|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.jdbc.utils.IteratorUtils
public class IteratorUtils
Convenience methods for working with iterators.
| Constructor Summary | |
|---|---|
IteratorUtils()
|
|
| Method Summary | |
|---|---|
static void |
close(java.util.Iterator<?> iterator)
Makes a best effort to close any closable iterator. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IteratorUtils()
| Method Detail |
|---|
public static void close(java.util.Iterator<?> iterator)
iterator - The iterator to close.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||