org.ow2.orchestra.facade
Class CopyUtil
java.lang.Object
org.ow2.orchestra.facade.CopyUtil
public final class CopyUtil
- extends Object
- Author:
- Gael Lalire
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copySet
public static <E> Set<E> copySet(Set<? extends CopyAble<E>> copyAbleSet)
copyList
public static <E> List<E> copyList(List<? extends CopyAble<E>> copyAbleList)
copy
public static <E> E copy(CopyAble<E> copyAble)
Copyright © 2011 OW2 Consortium. All Rights Reserved.