Tuesday, April 3, 2018

vanilla-template

vanilla-template

A simple vanilla template. With just the bare minimum to jump start a project

java special for collection size, array size, and string size

Size: For Collections (eg: Map, List, etc ): usually it use collection.size(), eg         Map<Character, Integer> map ...