Home
last modified time | relevance | path

Searched refs:REMOVE_FIRST_CHAR (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DCollections2Test.java198 private static final Function<String, String> REMOVE_FIRST_CHAR
216 return Collections2.transform(list, REMOVE_FIRST_CHAR);
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DCollections2Test.java67 private static final Function<String, String> REMOVE_FIRST_CHAR field in Collections2Test