|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jaulp.collections.iterators.IteratorUtils
public class IteratorUtils
Utility class for the use of Iterator objects.
| Constructor Summary | |
|---|---|
IteratorUtils()
|
|
| Method Summary | ||
|---|---|---|
static
|
printIterator(java.util.Iterator<T> iterator)
Helper method for printing the content from an Iterator. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IteratorUtils()
| Method Detail |
|---|
public static <T> void printIterator(java.util.Iterator<T> iterator)
iterator - The Iterator to print.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||