public Comparable<?> getResult(Comparable<?>... comparables) throws ParseException { if (comparables[0] != null && comparables[0] instanceof String) { return hash((String) comparables[0]); } return _unknown; }
public Comparable<?> getResult(Comparable<?>... comparables) throws ParseException { if (comparables[0] != null && comparables[0] instanceof String) { return hash((String) comparables[0]); } return _unknown; }