public class Pair<L,R> extends Object
Pair(L left, R right)
L
getLeft()
R
getRight()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(L left, R right)
public L getLeft()
public R getRight()
Copyright © 2015. All rights reserved.