yuku
2007-02-21 11:59:28 UTC
Then I want to find where is 30 in that array. The function should return 2 (index 2 of the array).
Surely I can loop through the array and check the equality. But it is such a standard function, is there any function available in standard J2SE API that does that thing?