Class Cloneables


  • public class Cloneables
    extends java.lang.Object
    Utility functions for Cloneable objects.
    Since:
    1.4
    • Constructor Summary

      Constructors 
      Constructor Description
      Cloneables()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object clone​(java.lang.Object o)  
      static java.lang.Object cloneIfPossible​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

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

      • Cloneables

        public Cloneables()
    • Method Detail

      • clone

        public static java.lang.Object clone​(java.lang.Object o)
      • cloneIfPossible

        public static java.lang.Object cloneIfPossible​(java.lang.Object o)