public class Pair<F,S> extends Object
Pair(F first, S second)
F
getFirst()
S
getSecond()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(F first, S second)
public F getFirst()
public S getSecond()
Copyright © 2015 The Apache Software Foundation