Long story short:
I'm looking for either a book or documentation/reference explaining basic java syntax and functionality from a C++ perspective. I don't need to know about design patterns, encapsulation, keywords such as 'static', etc.
What I do want is to know what packages are, know about the import/extends keywords, mostly syntax related stuff (ex: inheriting), basic structuring of a java program, etc.
If it matters at all: I'm planning getting into Android development - but have no Java background.