public class Pair<U,V> extends Object
Pair(U first, V second)
U
getFirst()
V
getSecond()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Pair(U first, V second)
public U getFirst()
public V getSecond()
public String toString()
toString
Object
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.