org.ow2.orchestra.facade
Class CopyUtil

java.lang.Object
  extended by org.ow2.orchestra.facade.CopyUtil

public final class CopyUtil
extends java.lang.Object

Author:
Gael Lalire

Method Summary
static
<E> E
copy(CopyAble<E> copyAble)
           
static
<E> java.util.List<E>
copyList(java.util.List<? extends CopyAble<E>> copyAbleList)
           
static
<E> java.util.Set<E>
copySet(java.util.Set<? extends CopyAble<E>> copyAbleSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

copySet

public static <E> java.util.Set<E> copySet(java.util.Set<? extends CopyAble<E>> copyAbleSet)

copyList

public static <E> java.util.List<E> copyList(java.util.List<? extends CopyAble<E>> copyAbleList)

copy

public static <E> E copy(CopyAble<E> copyAble)


Copyright © 2009 OW2 Consortium. All Rights Reserved.