Liferay 6.0.5

com.liferay.portal.kernel.util
Class Tuple

java.lang.Object
  extended by com.liferay.portal.kernel.util.Tuple
All Implemented Interfaces:
Serializable

public class Tuple
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Tuple(Object... array)
           
 
Method Summary
 boolean equals(Object obj)
           
 Object getObject(int i)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tuple

public Tuple(Object... array)
Method Detail

getObject

public Object getObject(int i)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Liferay 6.0.5