Example usage for org.apache.commons.collections ResettableIterator interface-usage

List of usage examples for org.apache.commons.collections ResettableIterator interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections ResettableIterator interface-usage.

Usage

From source file com.google.code.fuzzops.webfuzzer.applet.EmptyIterator.java

/** 
 * Provides an implementation of an empty iterator.
 * <p>
 * This class provides an implementation of an empty iterator.
 * This class provides for binary compatability between Commons Collections
 * 2.1.1 and 3.1 due to issues with <code>IteratorUtils</code>.