| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection |
_local |
| Constructor and Description |
|---|
CollectionStore(java.util.Collection collection)
Basic constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
getMatches(Selector selector)
Return the matches in the collection for the passed in selector.
|
public CollectionStore(java.util.Collection collection)
collection - - initial contents for the store, this is copied.public java.util.Collection getMatches(Selector selector)
getMatches in interface Storeselector - the selector to match against.Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.