groovy.lang
Class Tuple
java.lang.Object
   java.util.AbstractCollection<E>
java.util.AbstractCollection<E>
       java.util.AbstractList
java.util.AbstractList
           groovy.lang.Tuple
groovy.lang.Tuple
- All Implemented Interfaces: 
- Iterable, Collection, List
- public class Tuple 
- extends AbstractList
Represents a list of Integer objects from a specified int up to but not including
 a given and to.
- Version:
- $Revision: 6778 $
- 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:
- getin interface- List
- Specified by:
- getin class- AbstractList
 
- 
 
size
public int size()
- 
- Specified by:
- sizein interface- Collection
- Specified by:
- sizein interface- List
- Specified by:
- sizein class- AbstractCollection
 
- 
 
equals
public boolean equals(Object that)
- 
- Specified by:
- equalsin interface- Collection
- Specified by:
- equalsin interface- List
- Overrides:
- equalsin class- AbstractList
 
- 
 
equals
public boolean equals(Tuple that)
- 
 
hashCode
public int hashCode()
- 
- Specified by:
- hashCodein interface- Collection
- Specified by:
- hashCodein interface- List
- Overrides:
- hashCodein class- AbstractList
 
- 
 
subList
public List subList(int fromIndex,
                    int toIndex)
- 
- Specified by:
- subListin interface- List
- Overrides:
- subListin class- AbstractList
 
-