in section 11.2 the book says we are getting our data set from CrimeLab –
the List of crimes and it uses the following code: mCrimes = CrimeLab.get(this).getCrimes();
now i understand that .getcrimes is a method we defined in CrimeLab but what i don’t understand is the .get section, why did we pass “this” into .get(), doesn’t “this” stand for the constructor that we are in, I’m confused please help