com.mchange.v1.util
Class UIteratorUtils

java.lang.Object
  extended by com.mchange.v1.util.UIteratorUtils

public class UIteratorUtils
extends Object


Constructor Summary
UIteratorUtils()
           
 
Method Summary
static void addToCollection(Collection c, UIterator uii)
           
static UIterator uiteratorFromIterator(Iterator ii)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIteratorUtils

public UIteratorUtils()
Method Detail

addToCollection

public static void addToCollection(Collection c,
                                   UIterator uii)
                            throws Exception
Throws:
Exception

uiteratorFromIterator

public static UIterator uiteratorFromIterator(Iterator ii)