Class AbstractBatch<T>

    • Field Detail

      • elements

        protected List<T> elements
    • Constructor Detail

      • AbstractBatch

        public AbstractBatch()
    • Method Detail

      • clear

        public void clear()
      • add

        public void add(T element)
      • getElements

        public List<T> getElements()