Interface TreeListArea.Collector<E>

Enclosing class:
TreeListArea<E>

public static interface TreeListArea.Collector<E>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    collect(List<E> items)
     
  • Method Details

    • collect

      void collect(List<E> items)