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
  • Constructor Summary

    Constructors 
    Constructor Description
    Pair​(X first, Y second)  
  • Method Summary

    Modifier and Type Method Description
    X getFirst()  
    Y getSecond()  
    void setFirst​(X first)  
    void setSecond​(Y second)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait