Class FastListCollectProcedureFactory<T,​V>

    • Field Detail

      • collectionSize

        private final int collectionSize
      • function

        private final Function<? super T,​V> function
    • Constructor Detail

      • FastListCollectProcedureFactory

        public FastListCollectProcedureFactory​(Function<? super T,​V> function,
                                               int newTaskSize)