Package org.glassfish.admin.amx.util
Class IteratorUtil
- java.lang.Object
-
- org.glassfish.admin.amx.util.IteratorUtil
-
public final class IteratorUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ClassgetUniformClass(Iterator<?> iter)static <T> booleanisUniformClass(Iterator<?> iter, Class<T> theClass, boolean exactMatch)static <T> Object[]toArray(Iterator<T> iter)
-