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, toCollection
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, iterator, toCollection, toCollection
protected Logger getLogger()
getLogger
in class AbstractFilterResult<T extends LinkManager.Link<L,R>>
public boolean isEmpty() throws DataFault
FilterResult
isEmpty
in interface FilterResult<T extends LinkManager.Link<L,R>>
isEmpty
in class AbstractFilterResult<T extends LinkManager.Link<L,R>>
DataFault
protected CloseableIterator<T> makeIterator() throws DataFault
makeIterator
in class AbstractFilterResult<T extends LinkManager.Link<L,R>>
DataFault