public class I18nCharSequence extends Object implements CharSequence
| Constructor and Description |
|---|
I18nCharSequence(I18n i18n,
String key) |
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index)
Get the character at the specified index.
|
I18n |
getI18n() |
int |
length()
Get the length of the char sequence.
|
CharSequence |
subSequence(int start,
int end) |
String |
toString()
Get the
|
public char charAt(int index)
charAt in interface CharSequenceindex - The index.public I18n getI18n()
public int length()
length in interface CharSequencepublic CharSequence subSequence(int start, int end)
subSequence in interface CharSequencepublic String toString()
toString in interface CharSequencetoString in class ObjectCopyright © 2015 Revolution Systems Inc.. All rights reserved.