public final class IteratorUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Class |
getUniformClass(Iterator<?> iter) |
static <T> boolean |
isUniformClass(Iterator<?> iter,
Class<T> theClass,
boolean exactMatch) |
static <T> Object[] |
toArray(Iterator<T> iter) |
Copyright © 2019. All rights reserved.