Quadruple

ย ย 
Type๐Ÿ”ต Class
Packageio.github.mrtesz.teszcore.util.tuple
GitHubQuadruple.java
ImplementsCopyable<Quadruple<L, ML, MR, Rยป

Description

Utility class Quadruple


Constructor

Quadruple(L left, ML midLeft, MR midRight, R right);

Constructs a new Quadruple instance

| Parameter | Type | Annotations | Description | |:โ€”โ€”โ€”-:|:โ€”โ€”โ€”โ€”โ€”โ€”โ€“:|:โ€”โ€”โ€”โ€“:|โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”-| | left | Not specified (L) | | First value of the Quadruple | | midLeft | Not specified (ML) | | Second value of the Quadruple | | midRight | Not specified (MR) | | Third value of the Quadruple | | right | Not specified (R) | | Fourth value of the Quadruple | โ€”

Methods

toString

String toString(String format);

Formats the Quadruple using String.format

ParameterTypeAnnotationsDescription
formatString@NotNullThe format String

Returns: String โ€” the values formatted with the provided format string


copy

implemented from Copyable

T: Quadruple<L, ML, MR, R>


Values

All of this values can be set with set$VALUE_NAME$($VALUE_TYPE$) and get with get$VALUE_NAME$($VALUE_TYPE$) (with capitalized value names)

ValueTypeAnnotationsDescription
leftNot specified (L)ย First value of the Quadruple
midLeftNot specified (ML)ย Second value of the Quadruple
midRightNot specified (MR)ย Third value of the Quadruple
rightNot specified (R)ย Fourth value of the Quadruple

Back to top

Copyright © 2026 Mr_Tesz. All rights reserved

This site uses Just the Docs, a documentation theme for Jekyll.