Example usage for org.apache.commons.collections4.iterators IteratorChain subclass-usage

List of usage examples for org.apache.commons.collections4.iterators IteratorChain subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections4.iterators IteratorChain subclass-usage.

Usage

From source file net.ontopia.utils.IteratorIterator.java

/**
 * INTERNAL: An iterator that works as a facade for multiple
 * iterators. The iterator represents the sum of all the
 * iterators.
 */
public class IteratorIterator<T> extends IteratorChain<T> {