Back to Fresco

HashCodeUtil

docs/javadoc/reference/com/facebook/common/util/HashCodeUtil.html

3.6.013.5 KB
Original Source

Fresco

|

|

Packages | Classes

Classes

Enums

Exceptions

Packages | Classes

Summary: Ctors | Methods | Inherited Methods | [Expand All]

public class

HashCodeUtil

extends Object

| java.lang.Object | | ↳ | com.facebook.common.util.HashCodeUtil |

Class Overview

Provides implementation of hashCode for compound objects. Implementation provided by this class gives the same results as Objects.hashCode, but does not create array consisting of all components

Summary

Public Constructors
Public Methods
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int

| [Expand] Inherited Methods | | --- | | From class java.lang.Object

| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |

|

Public Constructors

public HashCodeUtil()

Public Methods

public static int hashCode(int i1)

public static int hashCode(int i1, int i2, int i3, int i4)

public static int hashCode(Object o1, Object o2, Object o3, Object o4, Object o5)

public static int hashCode(Object o1, Object o2, Object o3, Object o4)

public static int hashCode(int i1, int i2, int i3)

public static int hashCode(int i1, int i2, int i3, int i4, int i5)

public static int hashCode(Object o1, Object o2)

public static int hashCode(Object o1)

public static int hashCode(Object o1, Object o2, Object o3)

public static int hashCode(Object o1, Object o2, Object o3, Object o4, Object o5, Object o6)

public static int hashCode(int i1, int i2)

public static int hashCode(int i1, int i2, int i3, int i4, int i5, int i6)

+Generated by Doclava. +