Java org.apache.commons.collections15.iterators CollatingIterator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections15.iterators CollatingIterator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections15.iterators CollatingIterator.

The text is from its open source code.

Constructor

CollatingIterator(final Comparator comp, final Iterator a, final Iterator b)
Constructs a new CollatingIterator that will use the specified comparator to provide ordered iteration over the two given iterators.