Java org.apache.commons.collections4.iterators IteratorIterable fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

IteratorIterable(final Iterator iterator)
Constructs a new IteratorIterable that will use the given iterator.
IteratorIterable(final Iterator iterator, final boolean multipleUse)
Constructs a new IteratorIterable that will use the given iterator.