public final class

LangUtils

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

Class Overview

A set of utility methods to help produce consistent equals and hashCode methods.

Summary

Constants
int HASH_OFFSET
int HASH_SEED
Public Methods
static boolean equals(Object obj1, Object obj2)
static boolean equals(Object[] a1, Object[] a2)
static int hashCode(int seed, Object obj)
static int hashCode(int seed, boolean b)
static int hashCode(int seed, int hashcode)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int HASH_OFFSET

Constant Value: 37 (0x00000025)

public static final int HASH_SEED

Constant Value: 17 (0x00000011)

Public Methods

public static boolean equals (Object obj1, Object obj2)

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

public static int hashCode (int seed, Object obj)

public static int hashCode (int seed, boolean b)

public static int hashCode (int seed, int hashcode)