Liferay 6.1.2-ce-ga3

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 getSize()
           
 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

equals

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

getObject

public Object getObject(int i)

getSize

public int getSize()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Liferay 6.1.2-ce-ga3