|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface KVList.Value
public interface to values. It contains the read-only methods
Method Summary | |
---|---|
int |
getCount()
return the number of strings stored in the value |
java.lang.String |
getFirst()
return the first value |
java.lang.String[] |
toArray(java.lang.String[] values)
copy the contents into the given array. |
java.util.List<java.lang.String> |
toList()
return the content as a list |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
int getCount()
java.lang.String getFirst()
null
if
the value does not contain any stringjava.lang.String[] toArray(java.lang.String[] values)
null
or too small, a new array is allocated
values
- the array, may be null
java.util.List<java.lang.String> toList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |