Class ListCollector

java.lang.Object
com.fluxtion.ext.streaming.api.stream.ListCollector
All Implemented Interfaces:
Stateful

public class ListCollector
extends java.lang.Object
implements Stateful
Author:
Greg Higgins [email protected]
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.fluxtion.ext.streaming.api.Stateful

    Stateful.StatefulNumber<S>
  • Constructor Summary

    Constructors 
    Constructor Description
    ListCollector()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List addItem​(java.lang.Object o)  
    <T> java.util.List<T> getList()  
    void reset()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.fluxtion.ext.streaming.api.Stateful

    combine, deduct, setBucketCount
  • Constructor Details

  • Method Details

    • addItem

      public java.util.List addItem​(java.lang.Object o)
    • getList

      public <T> java.util.List<T> getList()
    • reset

      public void reset()
      Specified by:
      reset in interface Stateful