com.googlecode.jpattern.core.util
Class CollectionHelper
java.lang.Object
com.googlecode.jpattern.core.util.CollectionHelper
public abstract class CollectionHelper
- extends Object
- Version:
- $Id$
- Author:
- Francesco Cina' 14/dic/2010 - 15.13.02
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionHelper
public CollectionHelper()
toList
public static <T> List<T> toList(T[] aArray)
toArray
public static <T> T[] toArray(Class<T> aClass,
Collection<? extends T> aList)
Copyright © 2011. All Rights Reserved.