v2025.6.2
All Bundles

Quintet

Tuple class that supports 5 values

Operations

GetFirst

Returns the first value

method : public : GetFirst() ~ A

Return

TypeDescription
Afirst value

GetFith

Returns the fith value

method : public : GetFith() ~ E

Return

TypeDescription
Efith value

GetForth

Returns the forth value

method : public : GetForth() ~ D

Return

TypeDescription
Dforth value

GetSecond

Returns the second value

method : public : GetSecond() ~ B

Return

TypeDescription
Bsecond value

GetThird

Returns the third value

method : public : GetThird() ~ C

Return

TypeDescription
Cthird value

New

Constructor.

New(a:A, b:B, c:C, d:D, e:E)

Parameters

NameTypeDescription
aAfirst parameter
bBsecond parameter
cCthird parameter
dDforth parameter
eEfifth parameter

ToString

Formats tuple into a string

method : public : ToString() ~ String

Return

TypeDescription
Stringstring representation