L - Generic left part of the pairR - Generic right part of the pairpublic class Pair<L,R>
extends java.lang.Object
public L getLeft()
public void setLeft(L left)
left - New left part of the pairpublic R getRight()
public void setRight(R right)
left - New right part of the pairpublic java.lang.String toString()
toString in class java.lang.Object