public class

MultiKey

extends Object
java.lang.Object
   ↳ org.anddev.andengine.util.MultiKey<K>

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

Public Constructors
MultiKey(K... pKeys)
Public Methods
boolean equals(Object pOther)
K getKey(int pIndex)
K[] getKeys()
static int hash(Object... pKeys)
int hashCode()
int size()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MultiKey (K... pKeys)

Public Methods

public boolean equals (Object pOther)

public K getKey (int pIndex)

public K[] getKeys ()

public static int hash (Object... pKeys)

public int hashCode ()

public int size ()

public String toString ()