TapTriplet

public final class TapTriplet<F, S, T>

Triplet of Objects.

Fields

first

public F first

The first object in the triplet.

second

public S second

The second object in the triplet.

third

public T third

The third object in the triplet.

Constructors

TapTriplet

public TapTriplet(F first, S second, T third)

Create a triplet containing “first”, “second”, and “third”.

Methods

toString

public String toString()