Class QuadrupletImpl<X,​Y,​Z,​D>

    • Constructor Summary

      Constructors 
      Constructor Description
      QuadrupletImpl​(java.lang.Object... elements)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      D getFourth()
      Get the fourth element from the tuple.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.jongsoft.lang.collection.tuple.Triplet

        getThird
      • Methods inherited from interface com.jongsoft.lang.collection.tuple.Tuple

        toList
    • Constructor Detail

      • QuadrupletImpl

        public QuadrupletImpl​(java.lang.Object... elements)
    • Method Detail

      • getFourth

        public D getFourth()
        Description copied from interface: Quadruplet
        Get the fourth element from the tuple.
        Specified by:
        getFourth in interface Quadruplet<X,​Y,​Z,​D>
        Returns:
        the element