E
- elementpublic interface Collector<E>
Modifier and Type | Method and Description |
---|---|
E |
collect()
Final method called by the framework that returns the actual collected data.
|
void |
combine(Object object)
This method should be called by the intermediate touch points that want to
combine the data being collected by this collector.
|
void combine(Object object)
object
- ObjectE collect()
Copyright © 2022. All rights reserved.