com.sun.appserv.management.util.misc
Class IteratorUtil
java.lang.Object
com.sun.appserv.management.util.misc.IteratorUtil
public final class IteratorUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toArray
public static <T> Object[] toArray(Iterator<T> iter)
getUniformClass
public static Class getUniformClass(Iterator<?> iter)
isUniformClass
public static <T> boolean isUniformClass(Iterator iter,
Class<T> theClass,
boolean exactMatch)
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.