ConditionPriorityBlockingQueue.AlwaysMatch
public
static
class
ConditionPriorityBlockingQueue.AlwaysMatch
extends Object
implements
IMatcher<T>
java.lang.Object의 클래스
|
↳ |
com.android.tradefed.util.ConditionPriorityBlockingQueue.AlwaysMatch<T>
|
ConditionPriorityBlockingQueue.IMatcher
일치하는 객체입니다.
요약
공개 메서드 |
boolean
|
matches(T element)
지정된 element이(가) 필수 조건을 충족하는지 확인
|
공개 생성자
항상 일치
public AlwaysMatch ()
공개 메서드
일치
public boolean matches (T element)
지정된 element이(가) 필수 조건을 충족하는지 확인
반환 값 |
boolean |
조건이 충족되었다면 true 입니다. 그 외에는 false 입니다. |