T - the object type stored.public interface Store<T>
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
getMatches(Selector<T> selector)
Return a possibly empty collection of objects that match the criteria implemented
in the passed in Selector.
|
Collection<T> getMatches(Selector<T> selector) throws StoreException
selector - the selector defining the match criteria.StoreException - if there is a failure during matching.Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.