|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
List that represents the last count elements of the supplied
List (or all of them if there are fewer).
Iterable into the provided array; if the array is not large enough a new one will be
initialised and returned.
Iterator into the provided array; if the array is not large enough a new one will be
initialised and returned.
Iterable into an array of the provided type.
Iterator into an array of the provided type.
Object[] from the supplied Iterable
Object[] from the supplied Iterator.
Arraylist from the supplied Iterable
Arraylist from the supplied Iterator.
Iterator, copying its contents into the provided List
String; if replaceNulls is true then
null values are replaced by "null", otherwise they are left as null
Iterable using the provided delimiter
Iterator using the provided delimiter.
String, return "null" of the argument is null
List into a List of type String, by calling the
toString() method on each item.
Iterable into an Iterable of type String, by calling the
toString() method on each item.
Iterator into an Iterator of type String, by calling the
toString() method on each item.
Iterator into an Iterator of type String, by calling the
toString() method on each item.
|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||