T - the object type stored.public interface Store<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<T> |
getMatches(Selector<T> selector)
Return a possibly empty collection of objects that match the criteria implemented
in the passed in Selector.
|
java.util.Collection<T> getMatches(Selector<T> selector) throws StoreException
selector - the selector defining the match criteria.StoreException - if there is a failure during matching.