Class Quadruple

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

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

      Constructors 
      Constructor Description
      Quadruple(A first, B second, C third, D fourth)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

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

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