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