Package groovy.lang

Class Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
groovy.lang.Tuple
groovy.lang.Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9>
All Implemented Interfaces:
Serializable, Cloneable, Comparable, Iterable, Collection, List

public final class Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9> extends Tuple
Represents a list of 9 typed Objects.
Since:
2.5.0
See Also: