org.bridj.util
Class Tuple

java.lang.Object
  extended by org.bridj.util.Tuple

public class Tuple
extends Object


Field Summary
protected  Object[] data
           
 
Constructor Summary
Tuple(int n)
           
Tuple(Object[] data)
           
 
Method Summary
 boolean equals(Object obj)
           
 Object get(int index)
           
 int hashCode()
           
 void set(int index, Object value)
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

data

protected final Object[] data
Constructor Detail

Tuple

public Tuple(Object[] data)

Tuple

public Tuple(int n)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

get

public Object get(int index)

set

public void set(int index,
                Object value)

size

public int size()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012. All Rights Reserved.