As I understand, JDK does not provide a function to reverse arrays. I know Apache has such a function (in commons.lang) I guess there are other libraries, which provide it. I wonder why Java has no standard functions for this. Is there any rational behind that?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not constructive by Mat, Don Roby, Petar Minchev, Dave Newton, Stephen C Oct 29 '11 at 14:28
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
i don't think that there is a "rational" behind it. it's just a decision made by the language designers. nothing to wonder about. perhaps they thought it's not important, perhaps they thougt that it is "overhead" and everybody who need such a function can do it on its own. ask them. |
|||
|
|