ConditionPriorityBlockQueue.AnyMatch เสมอ
public
static
class
ConditionPriorityBlockingQueue.AlwaysMatch
extends Object
implements
IMatcher<T>
java.lang.Object
|
↳ |
com.android.tradefed.util.ConditionPriorityInventoryQueue.AnyMatch<T>
|
ConditionPriorityBlockingQueue.IMatcher
ที่ตรงกับออบเจ็กต์ใดก็ได้
สรุป
วิธีการสาธารณะ |
boolean
|
matches(T element)
ตรวจสอบว่า element ตรงตามเงื่อนไขที่กำหนดหรือไม่
|
ช่างก่อสร้างสาธารณะ
จับคู่เสมอ
public AlwaysMatch ()
วิธีการสาธารณะ
ตรงกับ
public boolean matches (T element)
ตรวจสอบว่า element ตรงตามเงื่อนไขที่กำหนดหรือไม่
พารามิเตอร์ |
element |
T : วัตถุที่จะจับคู่ |
คิกรีเทิร์น |
boolean |
true หากตรงตามเงื่อนไข จ่าย false |