文件名称: cloning-1.9.3.jar中文-英文对照文档.zip
<dependency>
<groupId>uk.com.robust-it</groupId>
<artifactId>cloning</artifactId>
<version>1.9.3</version>
</dependency>Gradle:
implementation group: 'uk.com.robust-it', name: 'cloning', version: '1.9.3'
Gradle (Short):
implementation 'uk.com.robust-it:cloning:1.9.3'
Gradle (Kotlin):
implementation("uk.com.robust-it:cloning:1.9.3")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.rits.cloning
com.rits.perspectivescom.rits.cloning.Cloner
com.rits.cloning.CloningException
com.rits.cloning.FastClonerArrayList
com.rits.cloning.FastClonerCalendar
com.rits.cloning.FastClonerConcurrentHashMap
com.rits.cloning.FastClonerCustomCollection
com.rits.cloning.FastClonerCustomMap
com.rits.cloning.FastClonerHashMap
com.rits.cloning.FastClonerHashSet
com.rits.cloning.FastClonerLinkedHashMap
com.rits.cloning.FastClonerLinkedList
com.rits.cloning.FastClonerTreeMap
com.rits.cloning.IDeepCloner
com.rits.cloning.IDumpCloned
com.rits.cloning.IFastCloner
com.rits.cloning.IFreezable
com.rits.cloning.IInstantiationStrategy
com.rits.cloning.Immutable
com.rits.cloning.ObjenesisInstantiationStrategy
com.rits.perspectives.Perspectives