JavaScript is disabled on your browser.
Skip navigation links
gnu.text

Class StringCursor

  • All Implemented Interfaces:
    java.io.Externalizable, java.io.Serializable, java.lang.Comparable


    public final class StringCursor
    extends java.lang.Object
    implements java.lang.Comparable, java.io.Externalizable
    Boxed class for the 'string-cursor' type.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors
      Constructor and Description
      StringCursor ()
    • Method Summary

      All Methods
      Modifier and Type Method and Description
      static int checkStringCursor (java.lang.Object obj)
      int compareTo (java.lang.Object o)
      int getValue ()
      void readExternal (java.io.ObjectInput in)
      java.lang.String toString ()
      static StringCursor valueOf (int value)
      void writeExternal (java.io.ObjectOutput out)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StringCursor

        public StringCursor()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getValue

        public int getValue()
      • compareTo

        public int compareTo(java.lang.Object o)
        Specified by:
        compareTo in interface java.lang.Comparable
      • checkStringCursor

        public static int checkStringCursor(java.lang.Object obj)
      • writeExternal

        public void writeExternal(java.io.ObjectOutput out)
         throws java.io.IOException
        Specified by:
        writeExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException
      • readExternal

        public void readExternal(java.io.ObjectInput in)
         throws java.io.IOException
        Specified by:
        readExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /