|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValuesCollection
Represents a list of valid values for a Field
.
Method Summary | |
---|---|
boolean |
contains(java.lang.String value)
Tests whether this collection contains the specified item. |
java.lang.String |
get(int index)
Gets the item at the specified index. |
java.lang.String[] |
getValues()
|
int |
indexOf(java.lang.String value)
Gets the index of the specified item. |
java.util.Iterator<java.lang.String> |
iterator()
|
int |
size()
|
Method Detail |
---|
java.util.Iterator<java.lang.String> iterator()
iterator
in interface java.lang.Iterable<java.lang.String>
int size()
java.lang.String get(int index)
index
- the index of the item to get
int indexOf(java.lang.String value)
value
- the value of the item to get the index of
boolean contains(java.lang.String value)
value
- the item to find in this collection
true
if the collection contains the specified item,
false
if it does notjava.lang.String[] getValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |