Searched refs:HashCodeFunction (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
H A DFunctionsTest.java189 private static class HashCodeFunction implements Function<Object, Integer> { class in class:FunctionsTest
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/
H A DFunctionsTest.java287 private static class HashCodeFunction implements Function<Object, Integer> { class in class:FunctionsTest
298 Function<? super String, Integer> g = new HashCodeFunction();
318 Function<? super String, Integer> g = new HashCodeFunction();

Completed in 44 milliseconds