|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.util.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. |
java.util.Iterator |
iterator()
Support method for Iterable where available. |
| 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 Storeselector - the selector to match against.
public java.util.Iterator iterator()
iterator in interface Iterable
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||