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

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

Introduction

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

The text is from its open source code.

Constructor

IteratorChain(Iterator iterator)
Construct an IteratorChain with a single Iterator.
IteratorChain(Iterator[] iterators)
Constructs a new IteratorChain over the array of iterators.
IteratorChain(Collection> iterators)
Constructs a new IteratorChain over the collection of iterators.
IteratorChain()
Construct an IteratorChain with no Iterators.
IteratorChain(Iterator a, Iterator b)
Constructs a new IteratorChain over the two given iterators.

Method

voidaddIterator(Iterator iterator)
Add an Iterator to the end of the chain