Class SearchResultsIterator<T>
- java.lang.Object
-
- com.identity4j.connector.jndi.directory.SearchResultsIterator<T>
-
-
Constructor Summary
Constructors Constructor Description SearchResultsIterator(Collection<? extends Name> dns, Filter filter, SearchControls searchControls, AbstractDirectoryConfiguration configuration, LdapService.ResultMapper<T> filteredMapper, LdapContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcloseListIterator()booleanhasNext()Tnext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
SearchResultsIterator
public SearchResultsIterator(Collection<? extends Name> dns, Filter filter, SearchControls searchControls, AbstractDirectoryConfiguration configuration, LdapService.ResultMapper<T> filteredMapper, LdapContext context)
-
-