Package gnu.text
Class StringCursor
java.lang.Object
gnu.text.StringCursor
- All Implemented Interfaces:
Externalizable
,Serializable
,Comparable
Boxed class for the 'string-cursor' type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
checkStringCursor
(Object obj) int
int
getValue()
void
toString()
static StringCursor
valueOf
(int value) void
-
Constructor Details
-
StringCursor
public StringCursor()
-
-
Method Details
-
toString
-
valueOf
-
getValue
public int getValue() -
compareTo
- Specified by:
compareTo
in interfaceComparable
-
checkStringCursor
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
-