public class Chars extends Object implements CharSequence
| Modifier and Type | Class and Description |
|---|---|
static class |
Chars.SingleChar |
| Modifier and Type | Field and Description |
|---|---|
static Chars |
EMPTY_STRING |
| Constructor and Description |
|---|
Chars(char[] chars) |
Chars(char[] chars,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index) |
char[] |
getChars() |
int |
length() |
CharSequence |
subSequence(int start,
int end) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic static final Chars EMPTY_STRING
public Chars(char[] chars)
public Chars(char[] chars,
int start,
int end)
public char[] getChars()
public int length()
length in interface CharSequencepublic char charAt(int index)
charAt in interface CharSequencepublic CharSequence subSequence(int start, int end)
subSequence in interface CharSequenceCopyright © 2012-2013 The Internet Party. All Rights Reserved.