to top
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

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.