Package 

Class Quintuple

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final A first
      private final B second
      private final C third
      private final D fourth
      private final E fifth
    • Constructor Summary

      Constructors 
      Constructor Description
      Quintuple(A first, B second, C third, D fourth, E fifth)
    • Method Summary

      Modifier and Type Method Description
      final A getFirst()
      final B getSecond()
      final C getThird()
      final D getFourth()
      final E getFifth()
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait