public class IteratorUtils
extends java.lang.Object
Constructor and Description |
---|
IteratorUtils() |
Modifier and Type | Method and Description |
---|---|
static int |
count(java.lang.Iterable<?> iterable) |
static int |
count(java.util.Iterator<?> it) |
static <T> java.lang.Iterable<T> |
toIterable(java.util.Iterator<T> it) |