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-13 15:34
>>15
for efficiency, dumbass. sometimes it's faster to call a function via a function-pointer array than to do a series of "if-then"'s or "switch"'s.