JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
agi.foundation.compatibility
(agi.foundation.core-2024r2.jar)
Interface ICloneable
All Superinterfaces:
Cloneable
All Known Implementing Classes:
InitialOrbitSolver
,
TerrainCacheTimeStamp
public interface
ICloneable
extends
Cloneable
Supports cloning, which creates a new instance of a class with the same value as an existing instance.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Object
clone
()
Creates a new object that is a copy of the current instance.
Method Detail
clone
Object
clone()
Creates a new object that is a copy of the current instance.
Returns:
A new object that is a copy of this instance.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method