|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ParameterSet
This interface provides custom drivers with the functionality to iterate through a collection of parameters.
| Method Summary | |
|---|---|
boolean |
isEmpty()
Determines if a parameter set is empty, that is, if it contains no elements. |
java.util.Iterator |
iterator()
Returns an iterator for the elements in this collection. |
int |
size()
Determines the number of elements in a parameter collection. |
java.lang.Object[] |
toArray()
Retrieves the parameters in a collection. |
java.lang.Object[] |
toArray(java.lang.Object[] a)
Retrieves the parameters in a collection and returns them in an array. |
| Method Detail |
|---|
boolean isEmpty()
Determines if a parameter set is empty, that is, if it contains no elements.
java.util.Iterator iterator()
Returns an iterator for the elements in this collection.
int size()
Determines the number of elements in a parameter collection.
java.lang.Object[] toArray()
Retrieves the parameters in a collection.
java.lang.Object[] toArray(java.lang.Object[] a)
Retrieves the parameters in a collection and returns them in an array.
a - The collection of parameters.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||