Name:
Anonymous
2006-06-10 5:54
how to access a java method with a number, since i can't seem make a method array or pass a method reference
Name:
Anonymous
2006-06-11 19:02
use a function object. by using inner classes, i think you can get the same functionality as closures (it's just rather verbose...)