|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjtools.Slice
public class Slice
Array to string conversion.
| Constructor Summary | |
|---|---|
Slice()
Constructor for Slice. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
slice(java.lang.String[] array,
int start,
int stop)
Gets part of an array and returns it as a string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Slice()
Slice.
| Method Detail |
|---|
public java.lang.String[] slice(java.lang.String[] array,
int start,
int stop)
array - set of charactersstart - statring element of array for slicestop - ending element of array for slice
null string or a string containing part of an array
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||