Class LangUtils

java.lang.Object
org.apache.commons.httpclient.util.LangUtils

@Deprecated public class LangUtils extends 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 Details

  • Method Details

    • hashCode

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

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

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

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