Searched refs:REMOVE_FIRST_CHAR (Results 1 – 2 of 2) sorted by relevance
198 private static final Function<String, String> REMOVE_FIRST_CHAR216 return Collections2.transform(list, REMOVE_FIRST_CHAR);
67 private static final Function<String, String> REMOVE_FIRST_CHAR field in Collections2Test