private static class Spaces.SpaceString extends Object implements CharSequence
| Modifier and Type | Field and Description |
|---|---|
private int |
length |
| Modifier | Constructor and Description |
|---|---|
private |
SpaceString(int length) |
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index) |
int |
length() |
CharSequence |
subSequence(int start,
int end) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchars, codePointspublic String toString()
toString in interface CharSequencetoString in class Objectpublic 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–2017 The Apache Software Foundation. All rights reserved.