|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.isti.util.TwoStringBlock
public class TwoStringBlock
Class TwoStringBlock defines a data block containing two String object handles.
| Field Summary | |
|---|---|
java.lang.String |
string1
|
java.lang.String |
string2
|
| Constructor Summary | |
|---|---|
TwoStringBlock(java.lang.String string1,
java.lang.String string2)
Constructor which initializes values. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String string1
public final java.lang.String string2
| Constructor Detail |
|---|
public TwoStringBlock(java.lang.String string1,
java.lang.String string2)
string1 - handle to first string objectstring2 - handle to second string object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||