Package groovy.lang

Class Tuple3<T1,​T2,​T3>

All Implemented Interfaces:
Serializable, Cloneable, Comparable, Iterable, Collection, List

public final class Tuple3<T1,​T2,​T3>
extends Tuple
Represents a list of 3 typed Objects.
Since:
2.5.0
See Also:
Serialized Form