ResultReporter.ListBuilder

protected static class ResultReporter.ListBuilder
extends Object

java.lang.Object
   ↳ com.google.android.tradefed.result.teststorage.ResultReporter.ListBuilder<T>


요약

공개 생성자

ListBuilder(Collection<T> entries)

공개 메서드

ListBuilder<T> add(T p)
ListBuilder<T> addAll(Collection<? extends T> collection)
List<T> build()
boolean contains(T e)
boolean isEmpty()

공개 생성자

ListBuilder

public ListBuilder (Collection<T> entries)

매개변수
entries Collection

공개 메서드

추가

public ListBuilder<T> add (T p)

매개변수
p T

반환
ListBuilder<T>

addAll

public ListBuilder<T> addAll (Collection<? extends T> collection)

매개변수
collection Collection

반환
ListBuilder<T>

build

public List<T> build ()

반환
List<T>

포함

public boolean contains (T e)

매개변수
e T

반환
boolean

isEmpty

public boolean isEmpty ()

반환
boolean