
com.jongsoft.lang.collection.tuple.Quadruplet Maven / Gradle / Ivy
The newest version!
package com.jongsoft.lang.collection.tuple;
public interface Quadruplet extends Triplet {
/**
* Get the fourth element from the tuple.
*
* @return the element
*/
D getFourth();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy