public class Index extends Action implements java.io.Serializable, java.lang.Cloneable
Constructor and Description |
---|
Index()
Creates a new
Index instance. |
Index(Index o)
Creates a new
Index instance by deeply copying a given Index instance. |
Modifier and Type | Method and Description |
---|---|
Index |
clone()
Creates and returns a deep copy of this object.
|
public Index()
Index
instance.public Index(Index o)
Index
instance by deeply copying a given Index
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.Copyright © 2021 Dassault Systèmes, All Rights Reserved.