Class ObjectUtil


  • public final class ObjectUtil
    extends Object
    Provides a variety of useful utilities for computing hashCode().
    • Method Detail

      • hashCode

        public static int hashCode​(boolean value)
      • hashCode

        public static int hashCode​(Object... items)
      • hashCode

        public static int hashCode​(Object o)
      • hashCode

        public static int hashCode​(long value)
      • hashCode

        public static int hashCode​(double value)
      • equals

        public static boolean equals​(Object s1,
                                     Object s2)