OptionSetter.OptionFieldsForName

protected class OptionSetter.OptionFieldsForName
extends Object

java.lang.Object
   ↳ com.android.tradefed.config.OptionSetter.OptionFieldsForName


Container for the list of option fields with given name.

Used to enforce constraint that fields with same name can exist in different option sources, but not the same option source

Summary

Protected constructors

OptionFieldsForName()

Public methods

Field getFirstField()
Object getFirstObject()
iterator()
int size()

Protected constructors

OptionFieldsForName

protected OptionFieldsForName ()

Public methods

getFirstField

public Field getFirstField ()

Returns
Field

Throws
ConfigurationException

getFirstObject

public Object getFirstObject ()

Returns
Object

Throws
ConfigurationException

iterator

public  iterator ()

Returns

size

public int size ()

Returns
int