Given two ordered {@link Iterator} instances A
and B
,the {@link #next} method on this iterator will return the lesser of A.next()
and B.next()
.
@since Commons Collections 2.1
@version $Revision: 1.13 $ $Date: 2004/02/18 00:59:50 $
@author Rodney Waldhoff
@author Stephen Colebourne
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|