// Placeholder just to get the code to compile... class Dictionary { public static Dictionary findDictionary(String language) { return null; } public boolean contains(String s) { return true; } }