Why do we not have splice in array collection?
From what I know the whole idea behind having collection classes is introduce extra wrapper methods which will be handy for developers. Then why does ArrayCollection in Flex not seem to have some methods that array has. ArrayCollection does not have a copy, concat, join or splice methods which return a new array so we need to do the copy manually? Or I am missing something in here? Thanks. You're right, the methods are not there. There is no published reason for the decision, that I can find. If I had to guess, and this is only a wild guess, I would say that the business side of things