Class Objects


  • public class Objects
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Objects()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean areEqual​(java.lang.Object a, java.lang.Object b)  
      static int hashCode​(java.lang.Object obj)  
      • Methods inherited from class java.lang.Object

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

      • Objects

        public Objects()
    • Method Detail

      • areEqual

        public static boolean areEqual​(java.lang.Object a,
                                       java.lang.Object b)
      • hashCode

        public static int hashCode​(java.lang.Object obj)