public static interface KVList.Value
extends java.lang.Iterable<java.lang.String>
Modifier and Type | Method and Description |
---|---|
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
|
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 allocatedvalues
- the array, may be null
java.util.List<java.lang.String> toList()
Copyright © 2005-2013 Knipp Medien und Kommunikation GmbH