Class SetExporter

  • All Implemented Interfaces:
    Exporter

    public class SetExporter
    extends Object
    implements Exporter
    A SetExporter is an in memory temporary Exporter using a Set. The values are stored in a LinkedHashSet in order to ensure there is a predictable iteration order.