static bool allSpaces(S s) { for i over s: if (s.charAt(i) != ' ') false; true; }