public static class FailureReader.InterruptibleCharSequence extends Object implements CharSequence
Constructor and Description |
---|
InterruptibleCharSequence(CharSequence inner)
Standard constructor.
|
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, wait
chars, codePoints
public InterruptibleCharSequence(CharSequence inner)
inner
- the CharSequence to be able to interrupt.public char charAt(int index)
charAt
in interface CharSequence
public int length()
length
in interface CharSequence
public CharSequence subSequence(int start, int end)
subSequence
in interface CharSequence
public String toString()
toString
in interface CharSequence
toString
in class Object
Copyright © 2016–2020. All rights reserved.