575859606162636465
public Set getSupportedFunctions() { Set set = new HashSet(); Iterator it = ComparisonFunction.getSupportedIdentifiers().iterator(); while (it.hasNext()) set.add(new ComparisonFunction((String)(it.next()))); return set; }
565758596061626364