Uses of Interface
org.fusesource.common.util.Collector

Uses of Collector in org.fusesource.common.util
 

Classes in org.fusesource.common.util that implement Collector
 class Collectors<T>
          A container for multiple Collector instances that just aggregates the collected results from all collectors it contains
 

Methods in org.fusesource.common.util with parameters of type Collector
 void Collectors.addCollector(Collector<T> collector)
           
 

Constructors in org.fusesource.common.util with parameters of type Collector
Collectors(Collector<T>... collectors)
           
 



Copyright © 2015 Red Hat. All Rights Reserved.