Package groovy.lang

Class Tuple4<T1,​T2,​T3,​T4>

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

public final class Tuple4<T1,​T2,​T3,​T4>
extends Tuple
Represents a list of 4 typed Objects.
Since:
2.5.0
See Also:
Serialized Form
  • Constructor Details

    • Tuple4

      public Tuple4​(T1 v1, T2 v2, T3 v3, T4 v4)
    • Tuple4

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