public final class IteratorUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
getFirst(Iterable<T> iterable) |
static <T> T |
getLast(Iterator<T> iterator) |
static <T> boolean |
sizeEquals(Iterable<T> iterable,
int expectedSize) |
Copyright © 2019. All rights reserved.