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
  • Constructor Details

    • Tuple3

      public Tuple3​(T1 v1, T2 v2, T3 v3)
    • Tuple3

      public Tuple3​(Tuple3<T1,​T2,​T3> tuple)
  • Method Details