OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashCodeFunction
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
FunctionsTest.java
189
private static class
HashCodeFunction
implements Function<Object, Integer> {
200
Function<? super String, Integer> g = new
HashCodeFunction
();
220
Function<? super String, Integer> g = new
HashCodeFunction
();
/external/guava/guava-tests/test/com/google/common/base/
FunctionsTest.java
287
private static class
HashCodeFunction
implements Function<Object, Integer> {
298
Function<? super String, Integer> g = new
HashCodeFunction
();
318
Function<? super String, Integer> g = new
HashCodeFunction
();
Completed in 48 milliseconds