Sandor Szs wrote: > For the functional part in Java you can define classes which you use > as pseudo > function parameters, but that's really not nice to use, because foreach > operation you want to p.e. map(), you have to define a whole class in > a separate > file. No, you don't. Java has anonymous classes.