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

com.identity4j.connector.ResultIterator Maven / Gradle / Ivy

The newest version!
/* HEADER */
package com.identity4j.connector;

import java.util.Iterator;

/**
 * Specialisation of {@link Iterator} that also returns a Tag.
 *
 * @param  type of result
 * @see {@link TagResult}
 */
public interface ResultIterator extends Iterator, TagResult {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy