Package 

Class Tuple5

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class Tuple5<A extends Object, B extends Object, C extends Object, D extends Object, E extends Object>
     implements Serializable
                        

    代表了一个五元素元组。

    Represents a tuple of five values.

    • 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
      private final E fifth
    • Constructor Summary

      Constructors 
      Constructor Description
      Tuple5(A first, B second, C third, D fourth, E fifth)
    • 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()
      final E getFifth()
      String toString()
      • Methods inherited from class java.lang.Object

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