public class LinkManager.LinkResult extends AbstractFilterResult<T> implements FilterResult<T>
FilterResult for link objects.
This generates a LinkFilterIterator to pre-populate the end-links if known.| Constructor and Description |
|---|
LinkResult(L left,
R right,
BaseFilter<T> fil) |
| Modifier and Type | Method and Description |
|---|---|
protected Logger |
getLogger() |
boolean |
isEmpty()
Is the result-set empty
|
protected CloseableIterator<T> |
makeIterator() |
close, iterator, toCollection, toCollectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, iterator, toCollection, toCollectionprotected Logger getLogger()
getLogger in class AbstractFilterResult<T extends LinkManager.Link<L,R>>public boolean isEmpty()
throws DataFault
FilterResultisEmpty in interface FilterResult<T extends LinkManager.Link<L,R>>isEmpty in class AbstractFilterResult<T extends LinkManager.Link<L,R>>DataFaultprotected CloseableIterator<T> makeIterator() throws DataFault
makeIterator in class AbstractFilterResult<T extends LinkManager.Link<L,R>>DataFault