Sorting and Searching an Array of Objects
official website: http://www.thomasfgooch.com In this video we extend our simple car dealership application consisting of an array of Car Objects by searching for objects with id, make, etc. -- and we also use the Arrays.sort() method along with implementing Comparator to sort the array of objects byn their field values.
official website: http://www.thomasfgooch.com In this video we extend our simple car dealership application consisting of an array of Car Objects by searching for objects with id, make, etc. -- and we also use the Arrays.sort() method along with implementing Comparator to sort the array of objects byn their field values.