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 X
getFirst()
Y
getSecond()
void
setFirst(X first)
void
setSecond(Y second)
-