Package groovy.lang

Class Tuple6<T1,​T2,​T3,​T4,​T5,​T6>

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

public final class Tuple6<T1,​T2,​T3,​T4,​T5,​T6>
extends Tuple
Represents a list of 6 typed Objects.
Since:
2.5.0
See Also:
Serialized Form