Project

General

Profile

« Previous | Next » 

Revision 0f720e98

Added by Andreas Müller over 2 years ago

minor and cleanup

View differences:

cdmlib-commons/src/main/java/eu/etaxonomy/cdm/common/DynamicBatch.java
95 95
    }
96 96

  
97 97
    /**
98
     * 1. Fills all remaining items into the new batch and pads with next items from the iterator.
99
     *
98
     * 1. Fills all remaining items into the new batch and pads with next items from the iterator.<BR>
100 99
     * 2. Resets the internal batchItemCount!!
101
     *
102
     * @param itemIterator
103
     * @return
104 100
     */
105 101
    public List<Integer> nextItems(Iterator<Integer> itemIterator){
106 102

  

Also available in: Unified diff