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

Signature of StringBuffer class in the documentation is incomplete

XMLWordPrintable

    • generic
    • generic

      A DESCRIPTION OF THE PROBLEM :
      In the documentation signature of StringBuffer class is mentioned as
      public final class StringBuilder
      extends Object
      implements Serializable, CharSequence

      But we know StringBuffer class also implements Appendable interface as well.
      Even though it is not mentioned in its signature inside documentation
      Can you write as
      public final class StringBuilder
      extends Object
      implements Serializable, CharSequence, Appendable



            smarks Stuart Marks
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: