The retainAll method retains all matching elements in the current ArrayList instance that match all elements from the derived Collection list argument. The Collection portion of the parameter list means that we can pass in any object that is a subclass or subinterface of the Collection interface. The Collection interface lays the ground work for the Collection Framework. The Collection interface defines many essential abstract methods such as add(), clear(), and of course retainAll(). Each and every subclass or subinterface will inherit these methods and any concrete subclass must implement them. So now we know that a collection must contain a group of elements (objects) and hence why we can pass an object instance that is derived from the Collection interface.
On this page of the site you can watch the video online Learn Java Programming - ArrayList retainAll Method Tutorial with a duration of hours minute second in good quality, which was uploaded by the user Daniel Ross 30 November 2015, share the link with friends and acquaintances, this video has already been watched 2,377 times on youtube and it was liked by 8 viewers. Enjoy your viewing!