Interface Appendable<T>


public interface Appendable<T>
Author:
Alexey Stashok
  • Method Summary

    Modifier and Type
    Method
    Description
    append(T element)
     
  • Method Details

    • append

      T append(T element)