public class IteratorExtensions extends Object
| Constructor and Description |
|---|
IteratorExtensions() |
| 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)
T - the generic typeiterator - The Iterator to print.Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.