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

パブリック メソッド

add

public ListBuilder<T> add (T p)

パラメータ
p T

戻り値
ListBuilder<T>

addAll

public ListBuilder<T> addAll ( collection)

パラメータ
collection

戻り値
ListBuilder<T>

build

public  build ()

戻り値

contains

public boolean contains (T e)

パラメータ
e T

戻り値
boolean