Package com.caplin.streamlink
Class STuple
- java.lang.Object
-
- com.caplin.streamlink.STuple
-
public class STuple extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description STuple(java.lang.Object x, java.lang.Object y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getX()
java.lang.Object
getY()
java.lang.String
toString()
-