Interface Copyable<T>
- 
- All Known Subinterfaces:
 CopyableDescriptor<T>
- All Known Implementing Classes:
 Dependency,DeploymentDescriptor,DevkitDescriptor,GeneratorDescriptor,LanguageDescriptor,LibraryDescriptor,MappingConfig_AbstractRef,MappingConfig_ExternalRef,MappingConfig_RefAllGlobal,MappingConfig_RefAllLocal,MappingConfig_RefSet,MappingConfig_SimpleRef,MappingPriorityRule,ModelRootDescriptor,ModuleDescriptor,ModuleFacetDescriptor,SolutionDescriptor
public interface Copyable<T>Prototype pattern 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcopy()static <T extends Copyable<T>>
voiddeepCopy(Collection<T> source, Collection<T> target)full deep copy from one collection to another 
 - 
 
- 
- 
Method Detail
- 
deepCopy
static <T extends Copyable<T>> void deepCopy(@NotNull Collection<T> source, @NotNull Collection<T> target)
full deep copy from one collection to another 
 - 
 
 -