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

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

Introduction

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

The text is from its open source code.

Constructor

LoopingIterator(final Collection coll)
Constructor that wraps a collection.

Method

Enext()
Returns the next object in the collection.
voidreset()
Resets the iterator back to the start of the collection.
intsize()
Gets the size of the collection underlying the iterator.