All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.vpro.util.CountedPeekingIterator Maven / Gradle / Ivy

There is a newer version: 5.3.1
Show newest version
package nl.vpro.util;

import com.google.common.collect.PeekingIterator;

/**
 * A {@link PeekingIterator} that is also {@link CountedIterator}.
 * @author Michiel Meeuwissen
 * @since 5.1
 */
public interface CountedPeekingIterator extends CountedIterator, CloseablePeekingIterator {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy