Package groovy.lang
Class Tuple<E>
- java.lang.Object
- 
- java.util.AbstractCollection<E>
- 
- java.util.AbstractList<E>
- 
- groovy.lang.Tuple<E>
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Iterable<E>,- java.util.Collection<E>,- java.util.List<E>
 
 public class Tuple<E> extends java.util.AbstractList<E> implements java.io.SerializableRepresents a list of Objects.- See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Eget(int index)inthashCode()intsize()java.util.List<E>subList(int fromIndex, int toIndex)Tuple<E>subTuple(int fromIndex, int toIndex)- 
Methods inherited from class java.util.AbstractListadd, add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set
 - 
Methods inherited from class java.util.AbstractCollectionaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
- 
 
-