| java.lang.Object org.bouncycastle.util.CollectionStore
CollectionStore | public class CollectionStore implements Store(Code) | | A simple collection backed store.
|
Method Summary | |
public Collection | getMatches(Selector selector) Return the matches in the collection for the passed in selector.
Parameters: selector - the selector to match against. |
CollectionStore | public CollectionStore(Collection collection)(Code) | | Basic constructor.
Parameters: collection - - initial contents for the store, this is copied. |
getMatches | public Collection getMatches(Selector selector)(Code) | | Return the matches in the collection for the passed in selector.
Parameters: selector - the selector to match against. a possibly empty collection of matching objects. |
|
|