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是否满足要求的条件 |
公共构造函数
始终匹配
public AlwaysMatch ()
公共方法
火柴
public boolean matches (T element)
确定给定element是否满足要求的条件
参数 | |
---|---|
element | T :要匹配的对象 |
退货 | |
---|---|
boolean | 如果满足条件则为true 。否则为false 。 |