Class GenericArray

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class GenericArray
    extends java.lang.Object
    implements java.lang.Cloneable, java.io.Serializable
    A placeholder class that can be used to create an ObjectType of which has some of the properties arrays have. They implement java.lang.Cloneable and java.io.Serializable and they extend java.lang.Object.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GenericArray()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object clone()  
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GenericArray

        public GenericArray()
    • Method Detail

      • clone

        protected java.lang.Object clone()
                                  throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class java.lang.Object
        Throws:
        java.lang.CloneNotSupportedException