groovy.lang
Class Tuple
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
groovy.lang.Tuple
- All Implemented Interfaces:
- 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: 1.3 $
- 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)
size
public int size()
equals
public boolean equals(Object that)
equals
public boolean equals(Tuple that)
hashCode
public int hashCode()
subList
public List subList(int fromIndex,
int toIndex)
Copyright © 2003-2004 The Codehaus. All Rights Reserved.