Characteristics
- agnostic to data it contains
- how does data get in and out?
Collections classAlgorithms
public static void Collections.rotate(List<?> l, int distance): takes the last element of the list, moves to beginning, and shuffles all others down. Distance is the number of times to do thispublic static void Collections.shuffle(List<?> l, Random rndm): random rearrangment of list items. Can accept a Random class object to determine the randomizationpublic static void Collections.sort(List<T> l, Comparator<? super T> c): accepts a comparator to organize the list byKatie Augsburger Employee Experience Strategist/Founding Partner at Future Work Design
reasons for diversified workplace
what we've tried
CREATE DATABASE
USE DATABASE to scope future queries to a particular databaseRestController
ContentNegotiatingViewResolver