Home
last modified time | relevance | path

Searched defs:Object (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/security/
DProvider.java481 …public synchronized void replaceAll(BiFunction<? super Object, ? super Object, ? extends Object> f… in replaceAll()
510 BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) { in compute()
540 …public synchronized Object computeIfAbsent(Object key, Function<? super Object, ? extends Object> … in computeIfAbsent()
569 …public synchronized Object computeIfPresent(Object key, BiFunction<? super Object, ? super Object,… in computeIfPresent()
601 …public synchronized Object merge(Object key, Object value, BiFunction<? super Object, ? super Obj… in merge()
630 public synchronized void forEach(BiConsumer<? super Object, ? super Object> action) { in forEach()
786 …private void implReplaceAll(BiFunction<? super Object, ? super Object, ? extends Object> function)… in implReplaceAll()
797 …private Object implMerge(Object key, Object value, BiFunction<? super Object, ? super Object, ? ex… in implMerge()
808 …private Object implCompute(Object key, BiFunction<? super Object, ? super Object, ? extends Object… in implCompute()
825 …private Object implComputeIfAbsent(Object key, Function<? super Object, ? extends Object> mappingF… in implComputeIfAbsent()
[all …]
/libcore/luni/src/test/java/libcore/java/lang/ref/
DFinalizeTest.java121 new Object() { in createSlowFinalizer() method
144 new Object() { in createChainedFinalizer() method
/libcore/ojluni/src/main/java/sun/security/provider/
DX509Factory.java225 private static synchronized <V> void addToCache(Cache<Object, V> cache, in addToCache()
/libcore/ojluni/src/main/java/java/lang/
DObject.java40 public class Object { class
/libcore/ojluni/src/main/java/java/lang/reflect/
DWeakCache.java206 ConcurrentMap<Object, Supplier<V>> valuesMap) { in Factory()
/libcore/luni/src/test/java/libcore/java/nio/file/
DFiles2Test.java1821 public TestFileVisitor(Map<Object, VisitOption> dirMap) { in TestFileVisitor()
1825 public TestFileVisitor(Map<Object, VisitOption> dirMap, Set<FileVisitOption> option) { in TestFileVisitor()
1838 public TestFileVisitor(Map<Object, VisitOption> dirMap, List<Object> pathList) { in TestFileVisitor()