protected class UnboundIDConnection.UnboundIDSearchIterator.SearchResultIterator extends Object implements com.unboundid.ldap.sdk.SearchResultListener, com.unboundid.ldap.sdk.IntermediateResponseListener
Modifier and Type | Field and Description |
---|---|
protected Queue<SearchItem> |
queue
Search items.
|
Modifier | Constructor and Description |
---|---|
protected |
SearchResultIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Whether the queue is empty.
|
void |
intermediateResponseReturned(com.unboundid.ldap.sdk.IntermediateResponse res) |
SearchItem |
next()
Returns the next search item from the queue.
|
void |
searchEntryReturned(com.unboundid.ldap.sdk.SearchResultEntry entry) |
void |
searchReferenceReturned(com.unboundid.ldap.sdk.SearchResultReference ref) |
protected final Queue<SearchItem> queue
public SearchItem next()
public boolean hasNext()
public void searchEntryReturned(com.unboundid.ldap.sdk.SearchResultEntry entry)
searchEntryReturned
in interface com.unboundid.ldap.sdk.SearchResultListener
public void searchReferenceReturned(com.unboundid.ldap.sdk.SearchResultReference ref)
searchReferenceReturned
in interface com.unboundid.ldap.sdk.SearchResultListener
public void intermediateResponseReturned(com.unboundid.ldap.sdk.IntermediateResponse res)
intermediateResponseReturned
in interface com.unboundid.ldap.sdk.IntermediateResponseListener
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.