-
-
Constructor Summary
Constructors
Constructor and Description |
Pair(T x,
U y) |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
T |
first() |
static <T,U> Pair<T,U> |
of(T x,
U y) |
U |
second() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Pair
public Pair(T x,
U y)
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.