Package com.mayam.wf.attributes.shared
Class Copyable.Utilities
java.lang.Object
com.mayam.wf.attributes.shared.Copyable.Utilities
- Enclosing interface:
Copyable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Copyable>
voidcopyContents
(Collection<T> source, Collection<T> destination) Creates deep copies of entries from one collection, adding them to the other.
-
Constructor Details
-
Utilities
public Utilities()
-
-
Method Details
-
copyContents
public static <T extends Copyable> void copyContents(Collection<T> source, Collection<T> destination) Creates deep copies of entries from one collection, adding them to the other.
-