Searched defs:Map (Results 101 - 119 of 119) sorted by relevance

12345

/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DHashMap.java1035 forEach(Consumer<? super Map.Entry<K,V>> action) argument
1722 forEachRemaining(Consumer<? super Map.Entry<K,V>> action) argument
1751 tryAdvance(Consumer<? super Map.Entry<K,V>> action) argument
[all...]
H A DTreeMap.java2953 forEachRemaining(Consumer<? super Map.Entry<K, V>> action) argument
2977 tryAdvance(Consumer<? super Map.Entry<K,V>> action) argument
[all...]
H A DCollections.java3755 addAll(Collection<? extends Map.Entry<K, V>> coll) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/util/
H A DCheckMethodAdapter.java427 CheckMethodAdapter(final MethodVisitor mv, final Map<Label, Integer> labels) argument
448 CheckMethodAdapter(final int api, final MethodVisitor mv, final Map<Label, Integer> labels) argument
473 CheckMethodAdapter(final int access, final String name, final String desc, final MethodVisitor cmv, final Map<Label, Integer> labels) argument
[all...]
/openjdk10/jdk/test/java/time/tck/java/time/format/
H A DTCKDateTimeParseResolver.java1158 resolve( Map<TemporalField, Long> fieldValues, TemporalAccessor partialTemporal, ResolverStyle resolverStyle) argument
/openjdk10/jdk/test/java/security/testlibrary/
H A DSimpleOCSPServer.java1262 setResponseExtensions( Map<String, Extension> reqExts) argument
[all...]
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DWeighNodes.java108 private WeighNodes(final FunctionNode topFunction, final Map<Node, Long> weightCache) { argument
118 static long weigh(final Node node, final Map<Node, Long> weightCache) { argument
H A DCompiler.java402 forOnDemandCompilation( final CodeInstaller installer, final Source source, final boolean isStrict, final RecompilableScriptFunctionData compiledFunction, final TypeMap types, final Map<Integer, Type> invalidatedProgramPoints, final Object typeInformationFile, final int[] continuationEntryPoints, final ScriptObject runtimeScope) argument
430 Compiler( final Context context, final CodeInstaller installer, final Source source, final ErrorManager errors, final boolean isStrict, final boolean isOnDemand, final RecompilableScriptFunctionData compiledFunction, final TypeMap types, final Map<Integer, Type> invalidatedProgramPoints, final Object typeInformationFile, final int[] continuationEntryPoints, final ScriptObject runtimeScope) argument
H A DLocalVariableTypesCalculator.java116 JumpOrigin(final JoinPredecessor node, final Map<Symbol, LvarType> types) { argument
126 void addOrigin(final JoinPredecessor originNode, final Map<Symbol, LvarType> originTypes, final LocalVariableTypesCalculator calc) { argument
189 private static HashMap<Symbol, LvarType> cloneMap(final Map<Symbol, LvarType> map) { argument
215 private Map<Symbol, LvarType> getUnionTypes(final Map<Symbo argument
193 createConversion(final Symbol symbol, final LvarType branchLvarType, final Map<Symbol, LvarType> joinLvarTypes, final LocalVariableConversion next) argument
1222 jumpToLabel(final JoinPredecessor jumpOrigin, final Label label, final Map<Symbol, LvarType> types) argument
1582 setConversion(final JoinPredecessor node, final Map<Symbol, LvarType> branchLvarTypes, final Map<Symbol, LvarType> joinLvarTypes) argument
[all...]
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/types/
H A DType.java313 public static void writeTypeMap(final Map<Integer, Type> typeMap, final DataOutput output) throws IOException { argument
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DRecompilableScriptFunctionData.java189 private static <K, V> Map<K, V> smallMap(final Map<K, V> map) { argument
692 private static Map<Intege argument
156 RecompilableScriptFunctionData( final FunctionNode functionNode, final CodeInstaller installer, final AllocationStrategy allocationStrategy, final Map<Integer, RecompilableScriptFunctionData> nestedFunctions, final Map<String, Integer> externalScopeDepths, final Set<String> internalSymbols) argument
664 getCompiler(final FunctionNode functionNode, final MethodType actualCallSiteType, final ScriptObject runtimeScope, final Map<Integer, Type> invalidatedProgramPoints, final int[] continuationEntryPoints) argument
830 addCode(final MethodHandle target, final Map<Integer, Type> invalidatedProgramPoints, final MethodType callSiteType, final int fnFlags) argument
[all...]
H A DScriptObject.java1798 putAll(final Map<?, ?> otherMap, final boolean strict) argument
[all...]
H A DContext.java1600 protected boolean removeEldestEntry(final Map.Entry<Source, ClassReference> eldest) { argument
252 storeScript(final String cacheKey, final Source source, final String mainClassName, final Map<String,byte[]> classBytes, final Map<Integer, FunctionInitializer> initializers, final Object[] constants, final int compilationId) argument
/openjdk10/jdk/src/java.base/share/classes/java/util/concurrent/
H A DConcurrentSkipListMap.java3550 forEachRemaining(Consumer<? super Map.Entry<K,V>> action) argument
3568 tryAdvance(Consumer<? super Map.Entry<K,V>> action) argument
[all...]
H A DConcurrentHashMap.java3661 forEachRemaining(Consumer<? super Map.Entry<K,V>> action) argument
3667 tryAdvance(Consumer<? super Map.Entry<K,V>> action) argument
4249 forEachEntry(long parallelismThreshold, Consumer<? super Map.Entry<K,V>> action) argument
4313 reduceEntries(long parallelismThreshold, BiFunction<Map.Entry<K,V>, Map.Entry<K,V>, ? extends Map.Entry<K,V>> reducer) argument
4877 forEach(Consumer<? super Map.Entry<K,V>> action) argument
5509 ReduceEntriesTask(BulkTask<K,V,?> p, int b, int i, int f, Node<K,V>[] t, ReduceEntriesTask<K,V> nextRight, BiFunction<Entry<K,V>, Map.Entry<K,V>, ? extends Map.Entry<K,V>> reducer) argument
[all...]
/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWToolkit.java952 private synchronized void updateProperties(final Map<String, Object> props) { argument
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DFunctionNode.java324 FunctionNode( final Source source, final int lineNumber, final long token, final int finish, final long firstToken, final long lastToken, final Namespace namespace, final IdentNode ident, final String name, final List<IdentNode> parameters, final Map<IdentNode, Expression> paramExprs, final FunctionNode.Kind kind, final int flags, final Block body, final Object endParserState, final Module module, final int debugFlags) argument
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DGlobal.java1537 private <T> T getLazilyCreatedValue(final Object key, final Callable<T> creator, final Map<Object, T> map) { argument
[all...]
/openjdk10/jdk/test/java/lang/annotation/
H A DUnitTest.java4422 scalarTypesParam( @calarTypes b = 1, s = 2, i = 3, l = 4L, c = �, f = 6.0f, d = 7.0, bool = true, str = �, cls = Map.class, e = Stooge.MOE, a = @Point(x = 1, y = 2) ) int x) argument
4443 scalarTypesOverrideDefaultParam( @calarTypesWithDefault b = 1, s = 2, i = 3, l = 4L, c = �, f = 6.0f, d = 7.0, bool = true, str = �, cls = Map.class, e = Stooge.MOE ) int x) argument
4476 singleElementArrayTypesParam( @rrayTypes b = 1, s = 2, i = 3, l = 4L, c = �, f = 6.0f, d = 7.0, bool = true, str = �, cls = Map.class, e = Stooge.MOE, a = @Point(x = 1, y = 2) ) int x) argument
4493 twoElementArrayTypesParam( @rrayTypes b = { 1, 2 }, s = { 2, 3 }, i = { 3, 4 }, l = { 4L, 5L }, c = { �, � }, f = { 6.0f, 7.0f }, d = { 7.0, 8.0 }, bool = { true, false }, str = { �, � }, cls = { Map.class, Set.class }, e = { Stooge.MOE, Stooge.CURLY }, a = { @Point(x = 1, y = 2), @Point(x = 3, y = 4) } ) int x) argument
4514 arrayTypesOverrideDefaultParam( @rrayTypesWithDefault b = 1, s = 2, i = 3, l = 4L, c = �, f = 6.0f, d = 7.0, bool = true, str = �, cls = Map.class, e = Stooge.MOE, a = { @Point(x = 1, y = 2) } ) int x) argument
[all...]

Completed in 373 milliseconds

12345