Class ReplacementForObject


  • class ReplacementForObject
    extends java.lang.Object
    Replacement methods for the class java.lang.Object.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.lang.Object clone0()
      Replacement for Object.clone()
      (package private) static int hashCode​(java.lang.Object x)
      Replacement for Object.hashCode()
      void notify0()
      Replacement for Object.notify()
      void notifyAll0()
      Replacement for Object.notifyAll()
      private static void registerNatives()
      Replacement for Object.hashCode()
      void wait0​(long timeout)
      Replacement for Object.wait(long)
      • Methods inherited from class java.lang.Object

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

      • ReplacementForObject

        ReplacementForObject()
    • Method Detail

      • registerNatives

        private static void registerNatives()
        Replacement for Object.hashCode()
      • hashCode

        static int hashCode​(java.lang.Object x)
        Replacement for Object.hashCode()
      • clone0

        private static java.lang.Object clone0()
        Replacement for Object.clone()
      • notify0

        public final void notify0()
        Replacement for Object.notify()
      • notifyAll0

        public final void notifyAll0()
        Replacement for Object.notifyAll()
      • wait0

        public final void wait0​(long timeout)
        Replacement for Object.wait(long)