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