Class StrongIdentityIdenticator

  • All Implemented Interfaces:
    Identicator

    public class StrongIdentityIdenticator
    extends java.lang.Object
    implements Identicator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int hash​(java.lang.Object o)  
      boolean identical​(java.lang.Object a, java.lang.Object b)  
      • Methods inherited from class java.lang.Object

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

      • StrongIdentityIdenticator

        public StrongIdentityIdenticator()
    • Method Detail

      • identical

        public boolean identical​(java.lang.Object a,
                                 java.lang.Object b)
        Specified by:
        identical in interface Identicator
      • hash

        public int hash​(java.lang.Object o)
        Specified by:
        hash in interface Identicator