Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/base/
DFunctionsTest.java286 private static class HashCodeFunction implements Function<Object, Integer> { class in FunctionsTest
297 Function<? super String, Integer> g = new HashCodeFunction(); in testComposeOfFunctionsIsAssociative()
317 Function<? super String, Integer> g = new HashCodeFunction(); in testComposeOfPredicateAndFunctionIsAssociative()