java.text
Class AttributedString.Range
java.lang.Object
java.text.AttributedString.Range
- Enclosing class:
- AttributedString
static class AttributedString.Range
- extends Object
|
Field Summary |
(package private) int |
end
|
(package private) int |
start
|
(package private) Object |
value
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
start
int start
end
int end
value
Object value
AttributedString.Range
AttributedString.Range(int s,
int e,
Object v)
Please submit a feedback, bug or feature