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 intcheckStringCursor(Object obj) intintgetValue()voidtoString()static StringCursorvalueOf(int value) void
-
Constructor Details
-
StringCursor
public StringCursor()
-
-
Method Details
-
toString
-
valueOf
-
getValue
public int getValue() -
compareTo
- Specified by:
compareToin interfaceComparable
-
checkStringCursor
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOException
-