Class ProxiedObjectIdentity

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean fakeEquals​(java.lang.Object invokedObject, java.lang.Object other)  
      protected void fakeFinalize​(java.lang.Object invokedObject)  
      protected int fakeHashCode​(java.lang.Object invokedObject)  
      protected java.lang.String fakeToString​(java.lang.Object invokedObject)  
      • Methods inherited from class java.lang.Object

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

      • ProxiedObjectIdentity

        public ProxiedObjectIdentity​(Invokable next)