Home
last modified time | relevance | path

Searched defs:V (Results 1 – 25 of 39) sorted by relevance

12

/libcore/ojluni/src/main/java/sun/nio/ch/
DInvoker.java120 static <V,A> void invokeUnchecked(CompletionHandler<V,? super A> handler, in invokeUnchecked()
154 CompletionHandler<V,? super A> handler, in invokeDirect()
169 CompletionHandler<V,? super A> handler, in invoke()
209 final CompletionHandler<V,? super A> handler, in invokeIndirectly()
232 static <V,A> void invokeIndirectly(final CompletionHandler<V,? super A> handler, in invokeIndirectly()
280 static <V,A> void invokeUnchecked(PendingFuture<V,A> future) { in invokeUnchecked()
296 static <V,A> void invoke(PendingFuture<V,A> future) { in invoke()
312 static <V,A> void invokeIndirectly(PendingFuture<V,A> future) { in invokeIndirectly()
DPendingFuture.java60 CompletionHandler<V,? super A> handler, in PendingFuture()
71 CompletionHandler<V,? super A> handler, in PendingFuture()
DAsynchronousSocketChannelImpl.java221 CompletionHandler<V,? super A> handler); in implRead()
230 CompletionHandler<V,? super A> handler) in read()
330 CompletionHandler<V,? super A> handler); in implWrite()
339 CompletionHandler<V,? super A> handler) in write()
DUnixAsynchronousSocketChannelImpl.java501 CompletionHandler<V,? super A> handler) in implRead()
696 CompletionHandler<V,? super A> handler) in implWrite()
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentMap.java285 default void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll()
368 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
416 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
476 BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in merge()
DConcurrentHashMap.java1613 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll()
1808 …public V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
1903 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
2031 … public V merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in merge()
3726 BiFunction<? super K, ? super V, ? extends U> transformer, in forEach()
3752 BiFunction<? super K, ? super V, ? extends U> searchFunction) { in search()
3776 BiFunction<? super K, ? super V, ? extends U> transformer, in reduce()
4080 Function<? super V, ? extends U> transformer, in forEachValue()
4106 Function<? super V, ? extends U> searchFunction) { in searchValues()
4124 BiFunction<? super V, ? super V, ? extends V> reducer) { in reduceValues()
[all …]
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/
DConcurrentHashMap.annotated.java106 …ava.util.function.BiFunction<? super @libcore.util.NonNull K,? super @libcore.util.NonNull V,? ext… in replaceAll()
110 …ava.util.function.BiFunction<? super @libcore.util.NonNull K,? super @libcore.util.NonNull V,? ext… in computeIfPresent()
112 …va.util.function.BiFunction<? super @libcore.util.NonNull K,? super @libcore.util.Nullable V,? ext… in compute()
114 …ey, @libcore.util.NonNull V value, @libcore.util.NonNull java.util.function.BiFunction<? super @li… in merge()
132 …ava.util.function.BiFunction<? super @libcore.util.NonNull K,? super @libcore.util.NonNull V,? ext… in forEach()
134 …ava.util.function.BiFunction<? super @libcore.util.NonNull K,? super @libcore.util.NonNull V,? ext… in search()
136 …ava.util.function.BiFunction<? super @libcore.util.NonNull K,? super @libcore.util.NonNull V,? ext… in reduce()
162 …achValue(long parallelismThreshold, @libcore.util.NonNull java.util.function.Function<? super @lib… in forEachValue()
164 …chValues(long parallelismThreshold, @libcore.util.NonNull java.util.function.Function<? super @lib… in searchValues()
166 …eValues(long parallelismThreshold, @libcore.util.NonNull java.util.function.BiFunction<? super @li… in reduceValues()
[all …]
/libcore/ojluni/annotations/flagged_api/java/util/
DHashMap.annotated.java76 public V computeIfPresent(K key, java.util.function.BiFunction<? super K,? super V,? extends V> rem… in computeIfPresent()
78 public V compute(K key, java.util.function.BiFunction<? super K,? super V,? extends V> remappingFun… in compute()
80 public V merge(K key, V value, java.util.function.BiFunction<? super V,? super V,? extends V> remap… in merge()
84 public void replaceAll(java.util.function.BiFunction<? super K,? super V,? extends V> function) { t… in replaceAll()
DTreeMap.annotated.java69 public V computeIfPresent(K key, java.util.function.BiFunction<? super K,? super V,? extends V> rem… in computeIfPresent()
71 public V compute(K key, java.util.function.BiFunction<? super K,? super V,? extends V> remappingFun… in compute()
73 public V merge(K key, V value, java.util.function.BiFunction<? super V,? super V,? extends V> remap… in merge()
135 public void replaceAll(java.util.function.BiFunction<? super K,? super V,? extends V> function) { t… in replaceAll()
DMap.annotated.java64 public default void replaceAll(java.util.function.BiFunction<? super K,? super V,? extends V> funct… in replaceAll()
76 public default V computeIfPresent(K key, java.util.function.BiFunction<? super K,? super V,? extend… in computeIfPresent()
78 public default V compute(K key, java.util.function.BiFunction<? super K,? super V,? extends V> rema… in compute()
80 public default V merge(K key, V value, java.util.function.BiFunction<? super V,? super V,? extends … in merge()
DLinkedHashMap.annotated.java75 public void replaceAll(java.util.function.BiFunction<? super K,? super V,? extends V> function) { t… in replaceAll()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DHashMap.annotated.java77 …unction.BiFunction<? super @libcore.util.NullFromTypeParam K,? super @libcore.util.NonNull V,? ext… in computeIfPresent()
79 …nction.BiFunction<? super @libcore.util.NullFromTypeParam K,? super @libcore.util.Nullable V,? ext… in compute()
81 …ey, @libcore.util.NonNull V value, @libcore.util.NonNull java.util.function.BiFunction<? super @li… in merge()
85 …on.BiFunction<? super @libcore.util.NullFromTypeParam K,? super @libcore.util.NullFromTypeParam V,… in replaceAll()
DMap.annotated.java66 …on.BiFunction<? super @libcore.util.NullFromTypeParam K,? super @libcore.util.NullFromTypeParam V,… in replaceAll()
78 …unction.BiFunction<? super @libcore.util.NullFromTypeParam K,? super @libcore.util.NonNull V,? ext… in computeIfPresent()
80 …nction.BiFunction<? super @libcore.util.NullFromTypeParam K,? super @libcore.util.Nullable V,? ext… in compute()
82 …ey, @libcore.util.NonNull V value, @libcore.util.NonNull java.util.function.BiFunction<? super @li… in merge()
DWeakHashMap.annotated.java69 …on.BiFunction<? super @libcore.util.NullFromTypeParam K,? super @libcore.util.NullFromTypeParam V,… in replaceAll()
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
DConcurrentSkipListMap.annotated.java72 public V computeIfPresent(K key, java.util.function.BiFunction<? super K,? super V,? extends V> rem… in computeIfPresent()
74 public V compute(K key, java.util.function.BiFunction<? super K,? super V,? extends V> remappingFun… in compute()
76 public V merge(K key, V value, java.util.function.BiFunction<? super V,? super V,? extends V> remap… in merge()
150 public void replaceAll(java.util.function.BiFunction<? super K,? super V,? extends V> function) { t… in replaceAll()
/libcore/ojluni/src/main/java/java/util/function/
DFunction.java66 default <V> Function<V, R> compose(Function<? super V, ? extends T> before) { in compose()
/libcore/ojluni/src/test/java/util/Collections/
DDelegatingIteratorForEachRemaining.java140 …@Override public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { delegat… in replaceAll()
146 …@Override public V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remapping… in computeIfPresent()
147 …@Override public V compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction)… in compute()
148 …@Override public V merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFu… in merge()
/libcore/luni/src/main/native/
DJniConstants.cpp47 #define JCLASS_CONSTANTS_LIST(V) \ argument
/libcore/ojluni/src/main/java/java/util/
DMap.java756 default void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll()
1126 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
1212 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
1310 BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in merge()
DHashtable.java908 public synchronized void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll()
1063 …public synchronized V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remapp… in computeIfPresent()
1105 …public synchronized V compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFuncti… in compute()
1156 …public synchronized V merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappin… in merge()
DLinkedHashMap.java1028 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll()
1218 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll()
1248 …public V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
1252 public V compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
1256 … public V merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in merge()
DTreeMap.java659 …public V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
680 public V compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
742 … public V merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in merge()
791 …private V callRemappingFunctionWithCheck(K key, V oldValue, BiFunction<? super K, ? super V, ? ext… in callRemappingFunctionWithCheck()
868 …private V remapValue(TreeMapEntry<K,V> t, K key, BiFunction<? super K, ? super V, ? extends V> rem… in remapValue()
880 …private V mergeValue(TreeMapEntry<K,V> t, V value, BiFunction<? super V, ? super V, ? extends V> r… in mergeValue()
1327 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll()
1846 … public V merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in merge()
1862 public V compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
1872 …public V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
/libcore/ojluni/annotations/mmodule/java/util/
DLinkedHashMap.annotated.java64 public void replaceAll(java.util.function.BiFunction<? super K,? super V,? extends V> function) { t… in replaceAll()
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java738 private java.util.function.BiFunction<? super K, ? super V, ? extends V> typeCheck( in typeCheck()
816 java.util.function.BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll()
843 java.util.function.BiFunction<? super K, ? super V, ? extends V> in computeIfPresent()
850 java.util.function.BiFunction<? super K, ? super V, ? extends V> in compute()
858 java.util.function.BiFunction<? super V, ? super V, ? extends V> in merge()
1692 java.util.function.BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll()
1719 java.util.function.BiFunction<? super K, ? super V, ? extends V> in computeIfPresent()
1726 java.util.function.BiFunction<? super K, ? super V, ? extends V> in compute()
1734 java.util.function.BiFunction<? super V, ? super V, ? extends V> in merge()
2072 java.util.function.BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll()
[all …]
/libcore/ojluni/src/test/java/util/stream/Collectors/
DCollectorsTest.java96 MappingAssertion(Function<T, V> mapper, CollectorAssertion<V, R> downstream) { in MappingAssertion()
114 CollectorAssertion<V, R> downstream) { in FlatMappingAssertion()

12