Class BoundedIterator<T>

java.lang.Object
org.refcodes.struct.BoundedIterator<T>
All Implemented Interfaces:
Iterator<T>

public class BoundedIterator<T> extends Object implements Iterator<T>
The BoundedIterator decorates an Iterator to limit its element to a maximum number.