groovy.lang
Class Tuple
java.lang.Object
  
java.util.AbstractCollection<E>
      
java.util.AbstractList
          
groovy.lang.Tuple
- All Implemented Interfaces: 
 - Iterable, Collection, List
 
public class Tuple
- extends AbstractList
 
Represents a list of Objects.
- Version:
 
  - $Revision$
 
- Author:
 
  - James Strachan
 
 
 
 
 
| Methods inherited from class java.util.AbstractList | 
add, add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set | 
 
 
 
 
Tuple
public Tuple(Object[] contents)
get
public Object get(int index)
- Specified by:
 get in interface List- Specified by:
 get in class AbstractList
 
 
size
public int size()
- Specified by:
 size in interface Collection- Specified by:
 size in interface List- Specified by:
 size in class AbstractCollection
 
 
equals
public boolean equals(Object that)
- Specified by:
 equals in interface Collection- Specified by:
 equals in interface List- Overrides:
 equals in class AbstractList
 
 
equals
public boolean equals(Tuple that)
 
hashCode
public int hashCode()
- Specified by:
 hashCode in interface Collection- Specified by:
 hashCode in interface List- Overrides:
 hashCode in class AbstractList
 
 
subList
public List subList(int fromIndex,
                    int toIndex)
- Specified by:
 subList in interface List- Overrides:
 subList in class AbstractList