Home | History | Annotate | Download | only in collect

Lines Matching refs:Function

19 import com.google.common.base.Function;
49 * Function)}).
218 * it using the computer function passed to this builder, or waits for
239 * passed to the computer function as type {@code K} not to mention the
253 Function<? super K, ? extends V> computer) {
481 * Function)
499 V compute(K key, E entry, Function<? super K, ? extends V> computer);
516 * Applies a supplemental hash function to a given hash code, which defends
1982 final Function<? super K, ? extends V> computer;
1989 Function<? super K, ? extends V> computer) {