Interface Appender<T>

All Known Implementing Classes:
GenericMap

public interface Appender<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    appendTo(T target)
     
  • Method Details

    • appendTo

      T appendTo(T target)