Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
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

Added in API level 1

Constant Value: 37 (0x00000025)

public static final int HASH_SEED

Added in API level 1

Constant Value: 17 (0x00000011)

Public Methods

public static boolean equals ( Object obj1, Object obj2)

Added in API level 1

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

Added in API level 1

public static int hashCode (int seed, Object obj)

Added in API level 1

public static int hashCode (int seed, boolean b)

Added in API level 1

public static int hashCode (int seed, int hashcode)

Added in API level 1