public class IcedUtils
extends java.lang.Object
| Constructor and Description |
|---|
IcedUtils() |
public static <T extends Iced> T clone(T iced)
public static <T extends Keyed> T clone(T keyed, Key<T> newKey)
T - the type of the objectkeyed - keyed object to be clonednewKey - key for cloned object.