Web Developer Logbook
A logger of what happens in a web developer days
From Collection to Array ([ ])
Create an array containing the elements in a list:
MyClass
[] array = (
MyClass
[])
list
.toArray(new
MyClass
[
list
.size()]);
Create an array containing the elements in a set:
MyClass
[] array = (
MyClass
[]) set.toArray(new
MyClass
[set.size()]);
Nessun commento:
Posta un commento
Post più recente
Post più vecchio
Home page
Iscriviti a:
Commenti sul post (Atom)
Nessun commento:
Posta un commento