org.apache.http.util.LangUtils
A set of utility methods to help produce consistent
equals and hashCode methods.
Summary
Constants
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
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
int
hashCode(int seed, int hashcode)
public
static
int
hashCode(int seed, Object obj)
public
static
int
hashCode(int seed, boolean b)