Class Collector<E,​L>

    • Constructor Summary

      Constructors 
      Constructor Description
      Collector()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void add​(E element)  
      abstract L finish()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Collector

        public Collector()
    • Method Detail

      • add

        public abstract void add​(E element)
      • finish

        public abstract L finish()