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 。 |