T
- the type stored in the store.public interface Selector<T> extends Cloneable
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
match(T obj)
Match the passed in object, returning true if it would be selected by this selector, false otherwise.
|
Copyright © 2017 BouncyCastle.org. All rights reserved.