|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bouncycastle.util.CollectionStore
public class CollectionStore
A simple collection backed store.
Constructor Summary | |
---|---|
CollectionStore(java.util.Collection collection)
Basic constructor. |
Method Summary | |
---|---|
java.util.Collection |
getMatches(Selector selector)
Return the matches in the collection for the passed in selector. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollectionStore(java.util.Collection collection)
collection
- - initial contents for the store, this is copied.Method Detail |
---|
public java.util.Collection getMatches(Selector selector)
getMatches
in interface Store
selector
- the selector to match against.
|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |