ConditionPriorityBlockingQueue.AlwaysMatch

public static class ConditionPriorityBlockingQueue.AlwaysMatch
extends Object implements IMatcher<T>

java.lang.Object
   ↳ com.android.tradefed.util.ConditionPriorityBlockingQueue.AlwaysMatch<T>


与任何对象匹配的 ConditionPriorityBlockingQueue.IMatcher

摘要

公共构造函数

AlwaysMatch()

公共方法

boolean matches(T element)

确定给定 element 是否满足所需条件

公共构造函数

AlwaysMatch

public AlwaysMatch ()

公共方法

匹配

public boolean matches (T element)

确定给定 element 是否满足所需条件

参数
element T:要匹配的对象

返回
boolean 如果满足条件,则为 true。否则为 false