Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable.java3060 static <K, V> V computeIfAbsent(Map<K, V> map, K key, Function<K, V> vFunction) { in computeIfAbsent() argument
3063 v = vFunction.apply(key); in computeIfAbsent()
/external/guava/guava/src/com/google/common/collect/
DMaps.java900 NavigableAsMapView(NavigableSet<K> ks, Function<? super K, V> vFunction) {
902 this.function = checkNotNull(vFunction);