Class LangUtils

java.lang.Object
org.apache.http.util.LangUtils

public final class LangUtils
extends Object
A set of utility methods to help produce consistent equals and hashCode methods.
Since:
4.0
Author:
Oleg Kalnichevski
  • Field Details

  • Method Details

    • hashCode

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

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

      public static int hashCode​(int seed, Object obj)
    • equals

      public static boolean equals​(Object obj1, Object obj2)
    • equals

      public static boolean equals​(Object[] a1, Object[] a2)