Interface Collector

Type Parameters:
T -
All Known Implementing Classes:
ArrayCollector, ListCollector

public interface Collector
Collector to collect elements.
  • Method Details

    • add

      void add(Object e)
    • getRawContainer

      Object getRawContainer()