|
Spreadsheet Toolkit | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--corpus.gobbler.SearchResult
Title:
Description:
Copyright: Copyright (c) 2002
Company: VUW:MCS
| Field Summary | |
protected java.lang.String[] |
urls
|
| Constructor Summary | |
SearchResult()
|
|
| Method Summary | |
void |
add(java.lang.String[] newurls)
Append some new urls to the list. |
protected static java.lang.String[] |
arrayCombine(java.lang.String[] one,
java.lang.String[] two,
int twolength)
Combines two arrays into one larger array. |
int |
size()
|
java.lang.String[] |
StringArray()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String[] urls
| Constructor Detail |
public SearchResult()
| Method Detail |
public void add(java.lang.String[] newurls)
public int size()
public java.lang.String[] StringArray()
protected static java.lang.String[] arrayCombine(java.lang.String[] one,
java.lang.String[] two,
int twolength)
one - The first array (can be null)two - The second arraytwolength - The length to be copied from the second array. Set to <=0 to copy entire 2nd array.
|
Spreadsheet Toolkit | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||