@Immutable public final class QCloneUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Calendar |
getClone(Calendar x) |
static Date |
getClone(Date x) |
static <T extends Enum<T>> |
getClone(EnumSet<T> x) |
static JobDataMap |
getClone(JobDataMap x) |
static <T extends com.helger.commons.lang.ICloneable<T>> |
getClone(T x) |
static TimeZone |
getClone(TimeZone x) |
@Nullable public static <T extends com.helger.commons.lang.ICloneable<T>> T getClone(@Nullable T x)
@Nullable public static JobDataMap getClone(@Nullable JobDataMap x)
Copyright © 2016–2021 Philip Helger. All rights reserved.