Interface Quadruplet<X,​Y,​Z,​D>

  • All Superinterfaces:
    Pair<X,​Y>, java.io.Serializable, Triplet<X,​Y,​Z>, Tuple
    All Known Implementing Classes:
    QuadrupletImpl

    public interface Quadruplet<X,​Y,​Z,​D>
    extends Triplet<X,​Y,​Z>
    • Method Detail

      • getFourth

        D getFourth()
        Get the fourth element from the tuple.
        Returns:
        the element