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

net.sf.extcos.collection.BlacklistAwareIterator Maven / Gradle / Ivy

package net.sf.extcos.collection;

import java.util.Iterator;

public interface BlacklistAwareIterator extends Iterator {
	void addToBlacklist(E entry);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy