L
R
public final class Pair<L,R> extends Object
Pair(L first, R second)
getFirst()
getSecond()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(L first, R second)
first
second
public L getFirst()
public R getSecond()
Copyright © 2013. All Rights Reserved.