|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectStringPair
public class StringPair
StringPair - A simple clase to hold a pair of
strings.
Used by the MSD
and ErrorMatrix
classes.
Field Summary | |
---|---|
java.lang.String |
s1
|
java.lang.String |
s2
|
Constructor Summary | |
---|---|
StringPair()
|
Method Summary | |
---|---|
void |
CopyConcat(StringPair p,
char c1,
char c2)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String s1
public java.lang.String s2
Constructor Detail |
---|
public StringPair()
Method Detail |
---|
public void CopyConcat(StringPair p, char c1, char c2)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |