Located in compilation unit of org.
| Modifier and Type | Field and Description |
|---|---|
| private int | |
| private int | |
| private final String | |
| private int | |
| private int | |
| private int |
| Access | Constructor and Description |
|---|---|
| pack-priv | |
| pack-priv |
| Modifier and Type | Method and Description |
|---|---|
| private static int | |
| public boolean | |
| public Object | |
| private int | |
| public void | remove()
Overrides default java. Removes from the underlying collection the last element returned by this iterator (optional operation). |
| current | back to summary |
|---|---|
| private int current | |
| k | back to summary |
|---|---|
| private int k | |
| s | back to summary |
|---|---|
| private final String s | |
| start | back to summary |
|---|---|
| private int start | |
| step | back to summary |
|---|---|
| private int step | |
| stop | back to summary |
|---|---|
| private int stop | |
| StringSubsequenceIterator | back to summary |
|---|---|
| pack-priv StringSubsequenceIterator(String s, int start, int stop, int step) | |
| StringSubsequenceIterator | back to summary |
|---|---|
| pack-priv StringSubsequenceIterator(String s) | |
| getCodePointCount | back to summary |
|---|---|
| private static int getCodePointCount(String s) | |
| hasNext | back to summary |
|---|---|
| public boolean hasNext() Implements java. Doc from java. Returns
| |
| next | back to summary |
|---|---|
| public Object next() Implements java. Doc from java. Returns the next element in the iteration. | |
| nextCodePoint | back to summary |
|---|---|
| private int nextCodePoint() | |
| remove | back to summary |
|---|---|
| public void remove() Overrides default java. Doc from java. Removes from the underlying collection the last element returned
by this iterator (optional operation). This method can be called
only once per call to The behavior of an iterator is unspecified if the underlying collection is modified while the iteration is in progress in any way other than by calling this method, unless an overriding class has specified a concurrent modification policy.
The behavior of an iterator is unspecified if this method is called
after a call to the
| |