jdave.util
Class Collections

java.lang.Object
  extended by jdave.util.Collections

public class Collections
extends Object

Author:
Joni Freeman

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

Constructor Detail

Collections

public Collections()
Method Detail

list

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


Copyright © 2010. All Rights Reserved.