Class LangUtils


  • @Deprecated
    public class LangUtils
    extends java.lang.Object
    Deprecated.
    Jakarta Commons HttpClient 3.x is deprecated in the Jenkins project. It is not recommended to use it in any new code. Instead, use HTTP client API plugins as a dependency in your code. E.g. Apache HttpComponents Client API 4.x Plugin or Async HTTP Client Plugin.
    A set of utility methods to help produce consistent Object#equals(Object) and Object#hashCode methods.
    Since:
    3.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int HASH_OFFSET
      Deprecated.
       
      static int HASH_SEED
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static boolean equals​(java.lang.Object obj1, java.lang.Object obj2)
      Deprecated.
       
      static int hashCode​(int seed, boolean b)
      Deprecated.
       
      static int hashCode​(int seed, int hashcode)
      Deprecated.
       
      static int hashCode​(int seed, java.lang.Object obj)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • hashCode

        public static int hashCode​(int seed,
                                   int hashcode)
        Deprecated.
      • hashCode

        public static int hashCode​(int seed,
                                   java.lang.Object obj)
        Deprecated.
      • hashCode

        public static int hashCode​(int seed,
                                   boolean b)
        Deprecated.
      • equals

        public static boolean equals​(java.lang.Object obj1,
                                     java.lang.Object obj2)
        Deprecated.