Provides an ordered iteration over the elements contained in a collection of ordered Iterators.
Given two ordered {@link Iterator} instances A andB, the {@link #next} method on this iterator will return thelesser of A.next() and B.next().
@since 2.1
@version $Id: CollatingIterator.java 1477802 2013-04-30 20:01:28Z tn $
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.