ResultReporter.ListBuilder

protected static class ResultReporter.ListBuilder
extends Object

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


摘要

公共构造函数

ListBuilder( entries)

公共方法

ListBuilder<T> add(T p)
ListBuilder<T> addAll( collection)
build()
boolean contains(T e)

公共构造函数

ListBuilder

public ListBuilder ( entries)

参数
entries

公共方法

添加

public ListBuilder<T> add (T p)

参数
p T

返回
ListBuilder<T>

addAll

public ListBuilder<T> addAll ( collection)

参数
collection

返回
ListBuilder<T>

build

public  build ()

返回

包含

public boolean contains (T e)

参数
e T

返回
boolean