how can you emulate functional programming in java, specifically, doing things like map a function to a collection of items?
map(func, new String[]{\"a\",\"
I have used lambdaj and functionaljava for this sort of things. And there are probably others...