Interface Appendable<T>

    • Method Detail

      • append

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