Package cern.colt

Class PersistentObject

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PersistentObject()
      Not yet commented.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()
      Returns a copy of the receiver.
      • Methods inherited from class java.lang.Object

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

      • PersistentObject

        protected PersistentObject()
        Not yet commented.
    • Method Detail

      • clone

        public java.lang.Object clone()
        Returns a copy of the receiver. This default implementation does not nothing except making the otherwise protected clone method public.
        Overrides:
        clone in class java.lang.Object
        Returns:
        a copy of the receiver.