// one line HashSet initialise
private static final HashSet<String> exceptions =
      new HashSet<String>(Arrays.asList("platypus", "kangaroo", "wallaby"));