public interface SealedTextValue extends CharSequence, TextProperties
text
property valueModifier and Type | Method and Description |
---|---|
int |
codePointAt(int index) |
int |
codePointBefore(int index) |
int |
codePointCount(int beginIndex,
int endIndex) |
int |
indexOfText(CharSequence str) |
int |
indexOfText(CharSequence str,
int fromIndex) |
String |
substring(int beginIndex) |
String |
substring(int beginIndex,
int endIndex) |
charAt, length, subSequence, toString
isEmpty, isText
int codePointAt(int index)
int codePointBefore(int index)
int codePointCount(int beginIndex, int endIndex)
int indexOfText(CharSequence str)
int indexOfText(CharSequence str, int fromIndex)
String substring(int beginIndex) throws IndexOutOfBoundsException
IndexOutOfBoundsException
String substring(int beginIndex, int endIndex) throws IndexOutOfBoundsException
IndexOutOfBoundsException
Copyright © 2006-2012 Ware-Squared Software Development. All Rights Reserved.