类 Pair


public class Pair extends Tuple
  • 构造器详细资料

  • 方法详细资料

    • of

      public static Pair of(Object first, Object second)
    • apply

      public static Pair apply(Object first, Object second)
    • getFirst

      public <T> T getFirst()
    • getSecond

      public <T> T getSecond()
    • setItems

      public void setItems(Object[] items)
      覆盖:
      setItems 在类中 Tuple