Package com.caplin.motif.fx.ret.util
Class Pair<T,E>
- java.lang.Object
-
- com.caplin.motif.fx.ret.util.Pair<T,E>
-
public class Pair<T,E> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getFirst()
E
getSecond()
-