I can\'t find out what << means in Java because I can\'t search for it on Google - I am absolutely lost!
<<
The code in question is:
its a bit shift. search for operators java, it will return you detailed explanations.
operators java