| Interface | Description |
|---|---|
| IFastCloner | |
| IFreezable |
| Class | Description |
|---|---|
| Cloner |
Cloner: deep clone objects.
|
| FastClonerArrayList | |
| FastClonerCalendar | |
| FastClonerConcurrentHashMap | |
| FastClonerCustomCollection<T extends Collection> | |
| FastClonerCustomMap<T extends Map> | |
| FastClonerHashMap | |
| FastClonerHashSet | |
| FastClonerLinkedList | |
| FastClonerTreeMap |
| Exception | Description |
|---|---|
| CloningException |
thrown if cloning fails
|
| Annotation Type | Description |
|---|---|
| Immutable |
marks the specific class as immutable and the cloner avoids cloning it
|
Copyright © 2012. All Rights Reserved.