컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.

ConditionPriorityBlockingQueue.IMatcher

public static interface ConditionPriorityBlockingQueue.IMatcher

com.android.tradefed.util.ConditionPriorityBlockingQueue.IMatcher<T>


An interface for determining if elements match some sort of condition.

Summary

Public methods

abstract boolean matches(T element)

Determine if given element meets required condition

Public methods

matches

public abstract boolean matches (T element)

Determine if given element meets required condition

Parameters
element T: the object to match

Returns
boolean true if condition was met. false otherwise.