Class GenericArray
- java.lang.Object
-
- org.apache.bcel.verifier.structurals.GenericArray
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
public class GenericArray extends java.lang.Object implements java.lang.Cloneable, java.io.SerializableA placeholder class that can be used to create an ObjectType of which has some of the properties arrays have. They implementCloneableandSerializableand they extendObject.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description GenericArray()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Objectclone()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-