|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.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 Store
selector
- the selector to match against.public java.util.Iterator iterator()
iterator
in interface Iterable
org.bouncycastle.util.Iterable
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |