List of usage examples for org.apache.commons.collections ResettableIterator interface-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>.