org.freecompany.util.text
public class CharSequenceAggregate extends AbstractMulticaster<CharSequence> implements CharSequence
| Field Summary | |
|---|---|
| static CharSequence | NULL |
| Constructor Summary | |
|---|---|
| CharSequenceAggregate() | |
| CharSequenceAggregate(CharSequence a, CharSequence b) | |
| Method Summary | |
|---|---|
| static CharSequence | add(CharSequence a, CharSequence b) |
| char | charAt(int index) |
| static CharSequence | empty() |
| int | length() |
| static CharSequence | remove(CharSequence a, CharSequence b) |
| CharSequence | root()
Looks up the logical 'first' element in this aggregation. |
| CharSequence | subSequence(int start, int end) |
| String | toString() |