|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.splat.util.Triple
public class Triple
Utility class for containing three associated strings.
The first string represents a unique key when used in a List.
Constructor Summary | |
---|---|
Triple(String s1,
String s2,
String s3)
Create an instance. |
Method Summary | |
---|---|
String |
gets1()
Retrieve the first string. |
String |
gets2()
Retrieve the second string. |
String |
gets3()
Retrieve the third string. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Triple(String s1, String s2, String s3)
Method Detail |
---|
public String toString()
toString
in class Object
public String gets1()
public String gets2()
public String gets3()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |