public class IteratorUtils extends Object
| Constructor and Description |
|---|
IteratorUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
printIterator(Iterator<T> iterator)
Helper method for printing the content from an Iterator.
|
public static <T> void printIterator(Iterator<T> iterator)
iterator - The Iterator to print.Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.