jar

io.github.kostaskougios : cloning

Maven & Gradle

Mar 16, 2020
10 usages
578 stars

cloning · The cloning library is a small, open source (Apache licensed) Java library which deep-clones objects. The objects do not have to implement the Cloneable interface. Effectively, this library can clone ANY Java object. It can be used i.e. in cache implementations, if you don't want the cached object to be modified or whenever you want to create a deep copy of an object.

Table Of Contents

Latest Version

Download io.github.kostaskougios : cloning JAR file - Latest Versions:

All Versions

Download io.github.kostaskougios : cloning JAR file - All Versions:

Version Vulnerabilities Size Updated
1.10.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cloning-1.10.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.rits.cloning

├─ com.rits.cloning.Cloner.class - [JAR]

├─ com.rits.cloning.CloningException.class - [JAR]

├─ com.rits.cloning.CloningStrategyFactory.class - [JAR]

├─ com.rits.cloning.FastClonerArrayList.class - [JAR]

├─ com.rits.cloning.FastClonerArrayListSubList.class - [JAR]

├─ com.rits.cloning.FastClonerCalendar.class - [JAR]

├─ com.rits.cloning.FastClonerConcurrentHashMap.class - [JAR]

├─ com.rits.cloning.FastClonerConcurrentLinkedQueue.class - [JAR]

├─ com.rits.cloning.FastClonerCustomCollection.class - [JAR]

├─ com.rits.cloning.FastClonerCustomMap.class - [JAR]

├─ com.rits.cloning.FastClonerEnumMap.class - [JAR]

├─ com.rits.cloning.FastClonerHashMap.class - [JAR]

├─ com.rits.cloning.FastClonerHashSet.class - [JAR]

├─ com.rits.cloning.FastClonerLinkedHashMap.class - [JAR]

├─ com.rits.cloning.FastClonerLinkedHashSet.class - [JAR]

├─ com.rits.cloning.FastClonerLinkedList.class - [JAR]

├─ com.rits.cloning.FastClonerTreeMap.class - [JAR]

├─ com.rits.cloning.FastClonerTreeSet.class - [JAR]

├─ com.rits.cloning.ICloningStrategy.class - [JAR]

├─ com.rits.cloning.IDeepCloner.class - [JAR]

├─ com.rits.cloning.IDumpCloned.class - [JAR]

├─ com.rits.cloning.IFastCloner.class - [JAR]

├─ com.rits.cloning.IFreezable.class - [JAR]

├─ com.rits.cloning.IInstantiationStrategy.class - [JAR]

├─ com.rits.cloning.Immutable.class - [JAR]

├─ com.rits.cloning.ObjenesisInstantiationStrategy.class - [JAR]

com.rits.perspectives

├─ com.rits.perspectives.Perspectives.class - [JAR]

Advertisement