|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A string fragmented into parts.
| Nested Class Summary | |
static class |
FragmentedString.FragmentType
A type code for string fragments. |
| Method Summary | |
int |
getFragmentCount()
Get the number of fragments |
String |
getNthFragment(int n)
Get one fragment |
FragmentedString.FragmentType |
getNthFragmentType(int n)
Get the type of one fragment |
String |
toString()
Get the entire string. |
| Method Detail |
public int getFragmentCount()
public String getNthFragment(int n)
n - index
public FragmentedString.FragmentType getNthFragmentType(int n)
n - index
public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||