org.dozer.util
Class IteratorUtils

java.lang.Object
  extended by org.dozer.util.IteratorUtils

public final class IteratorUtils
extends Object

Author:
Dmitry Buzdin

Constructor Summary
IteratorUtils()
           
 
Method Summary
static
<T> List<T>
toList(Iterator<T> iterator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorUtils

public IteratorUtils()
Method Detail

toList

public static <T> List<T> toList(Iterator<T> iterator)


Copyright © 2005-2011 dozer. All Rights Reserved.