Interface Appendable<T>

All Superinterfaces:
Serializable
All Known Implementing Classes:
JSONArrayWriter, JSONObjectWriter

@Deprecated public interface Appendable<T> extends Serializable
Deprecated.
Generic appendable interface.

User Consumer instead.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    append(T element)
    Deprecated.
    Appends the specified element.
  • Method Details

    • append

      void append(T element)
      Deprecated.
      Appends the specified element.
      Parameters:
      element - The element to append. May be null.