Searched defs:of (Results 1 - 25 of 108) sorted by relevance

12345

/openjdk10/langtools/test/tools/javac/generics/inference/6650759/
H A DT6650759b.java44 static <X extends A<X, Y>, Y extends B<X>, W extends C<X, Y>> D<X, Y> of(W w) { method in class:T6650759b.E
/openjdk10/langtools/test/tools/javac/importscope/dependencies/annotations/
H A DTriggersComplete.java30 public Class<?> of(); method in interface:TriggersComplete
/openjdk10/jdk/test/java/util/concurrent/LinkedTransferQueue/
H A DSpliteratorTraverseAddRemoveTest.java50 static Object[] of(String desc, Consumer<Queue<?>> c) { method in class:SpliteratorTraverseAddRemoveTest
/openjdk10/langtools/test/tools/javac/generics/inference/8067767/
H A DT8067767.java35 static <A, B> Pair<A, B> of(A a, B b) { method in class:T8067767.Pair
41 static <T> List<T> of(T... tx) { method in class:T8067767.List
[all...]
/openjdk10/hotspot/test/runtime/modules/AccessCheck/
H A DModuleLibrary.java66 static ModuleLibrary of(ModuleDescriptor... descriptors) { method in class:ModuleLibrary
/openjdk10/jdk/src/java.base/share/classes/java/time/chrono/
H A DIsoEra.java130 public static IsoEra of(int isoEra) { method in class:IsoEra
[all...]
H A DHijrahEra.java107 public static HijrahEra of(int hijrahEra) { method in class:HijrahEra
[all...]
H A DThaiBuddhistEra.java137 public static ThaiBuddhistEra of(int thaiBuddhistEra) { method in class:ThaiBuddhistEra
[all...]
H A DMinguoEra.java137 public static MinguoEra of(int minguoEra) { method in class:MinguoEra
[all...]
/openjdk10/jdk/test/java/time/tck/java/time/chrono/
H A DCopticEra.java99 public static CopticEra of(int era) { method in class:CopticEra
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/lang/module/
H A DModuleFinder.java297 static ModuleFinder of(Path... entries) { method in interface:ModuleFinder
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/util/stream/
H A DCollector.java260 public static<T, R> Collector<T, R, R> of(Supplier<R> supplier, method in interface:Collector
291 public static<T, A, R> Collector<T, A, R> of(Supplier<A> supplier, method in interface:Collector
[all...]
/openjdk10/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/
H A DImmutableHeaders.java49 public static ImmutableHeaders of(Map<String, List<String>> src) { method in class:ImmutableHeaders
53 public static ImmutableHeaders of(Map<String, List<String>> src, method in class:ImmutableHeaders
/openjdk10/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/internal/common/
H A DByteBufferReference.java38 public static ByteBufferReference of(ByteBuffer buffer) { method in class:ByteBufferReference
42 public static ByteBufferReference of(ByteBuffer buffer, ByteBufferPool pool) { method in class:ByteBufferReference
/openjdk10/jdk/test/java/util/Collections/
H A DEnumerationAsIterator.java49 static Object[] of(String description, Supplier<Enumeration<?>> s, Collection<?> exp) { method in class:EnumerationAsIterator
53 static Object[] of(String description, Collection<?> c, Collection<?> exp) { method in class:EnumerationAsIterator
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DPair.java64 public static <A,B> Pair<A,B> of(A a, B b) { method in class:Pair
/openjdk10/langtools/src/java.compiler/share/classes/javax/annotation/processing/
H A DCompletions.java74 public static Completion of(String value, String message) { method in class:Completions
84 public static Completion of(String value) { method in class:Completions
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DPropertyState.java45 public static PropertyState of(Status status) { method in class:PropertyState
H A DFeatureState.java46 public static FeatureState of(Status status) { method in class:FeatureState
/openjdk10/jdk/src/java.base/share/classes/java/net/
H A DProxySelector.java179 public static ProxySelector of(InetSocketAddress proxyAddress) { method in class:ProxySelector
[all...]
/openjdk10/jdk/test/java/nio/file/Files/
H A DStreamLinesTest.java123 static Object[] of(String description, IntFunction<String> lineGenerator, method in class:StreamLinesTest
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DOptionalDouble.java111 public static OptionalDouble of(double value) { method in class:OptionalDouble
[all...]
H A DOptionalLong.java111 public static OptionalLong of(long value) { method in class:OptionalLong
[all...]
H A DOptionalInt.java111 public static OptionalInt of(int value) { method in class:OptionalInt
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DProcessHandle.java120 public static Optional<ProcessHandle> of(long pid) { method in interface:ProcessHandle
[all...]

Completed in 198 milliseconds

12345