public final class CopyUtil extends Object
static <E> E
copy(CopyAble<E> copyAble)
static <E> List<E>
copyList(List<? extends CopyAble<E>> copyAbleList)
static <E> Set<E>
copySet(Set<? extends CopyAble<E>> copyAbleSet)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <E> Set<E> copySet(Set<? extends CopyAble<E>> copyAbleSet)
public static <E> List<E> copyList(List<? extends CopyAble<E>> copyAbleList)
public static <E> E copy(CopyAble<E> copyAble)
Copyright © 2011 OW2 Consortium. All Rights Reserved.