Posts by Patricio Oliveira • 9 points
1 post
-
0
votes3
answers1141
viewsA: How to create an element search method in an Arraylist?
you create a class that implements an Arraylist and then you can implement a search method and overwrite it for each desired attribute. Collections already implement these standard methods. Sort:…