ConditionPriorityBlockingQueue.IMatcher
public
static
interface
ConditionPriorityBlockingQueue.IMatcher
com.android.tradefed.util.ConditionPriorityBlockingQueue.IMatcher<T> |
用于确定元素是否符合某种条件的接口。
摘要
公共方法 | |
---|---|
abstract
boolean
|
matches(T element)
确定给定的element是否满足必要条件 |
公共方法
匹配
public abstract boolean matches (T element)
确定给定的element是否满足必要条件
参数 | |
---|---|
element |
T :要匹配的对象 |
返回 | |
---|---|
boolean |
如果满足条件,则为 true 。否则为 false 。 |