All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jongsoft.lang.collection.tuple.Triplet Maven / Gradle / Ivy

The newest version!
package com.jongsoft.lang.collection.tuple;

public interface Triplet extends Pair {

    /**
     * Get the third element from the tuple.
     *
     * @return the element
     */
    Z getThird();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy