Package nl.vpro.util

Class SkippingIterator<T>

java.lang.Object
nl.vpro.util.SkippingIterator<T>
All Implemented Interfaces:
Iterator<T>

public class SkippingIterator<T> extends Object implements Iterator<T>
A wrapping iterator with the option to skip certain entries (based on comparing with the previous entry)
Since:
1.68
Author:
Michiel Meeuwissen