# File lib/buildr/java/rjb.rb, line 151
def
to_java
(
cls
)
map
{
|
item
|
cls
.
new
(
item
) }
end