Class Pair<X,Y>
- java.lang.Object
-
- org.eclipse.nebula.widgets.xviewer.util.Pair<X,Y>
-
public class Pair<X,Y> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XgetFirst()YgetSecond()voidsetFirst(X first)voidsetSecond(Y second)
-