Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4082690

Javadoc is wrong about char java.text.StringCharacterIterator.last() method

XMLWordPrintable

    • 1.1.6
    • sparc
    • solaris_2.5
    • Verified



        Name: dfC67450 Date: 09/29/97



        Javadoc says:
            Set the position to getEndIndex() and return the character at that
            position.
        about char java.text.StringCharacterIterator.last() method.

        Should say:
            Set the position to getEndIndex() - 1 and return the character at that
            position.


        ------------------------- Here is the source --------------------------
            public char last()
            {
                pos = end - 1;
                return text.charAt(pos);
            }

            public int getEndIndex()
            {
                return end;
            }
        ---------------------------------------------------------------------------
        ======================================================================

              nlindenbsunw Norbert Lindenberg (Inactive)
              dfazunensunw Dmitri Fazunenko (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: