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

12

/openjdk10/langtools/test/jdk/javadoc/doclet/testOrdering/pkg1/
H A DA.java52 public C(UsedClass u, Collection collection){} argument
H A DMethodOrder.java185 public UsedClass m(Collection collection) {return null;} argument
199 public UsedClass m(ArrayList<UsedClass> collection) {return null;} argument
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/util/
H A DFinalArrayList.java43 public FinalArrayList(Collection<? extends E> collection) { argument
/openjdk10/jdk/src/java.base/share/classes/java/security/cert/
H A DCollectionCertStoreParameters.java86 public CollectionCertStoreParameters(Collection<?> collection) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/dfa/
H A DUniqueWorkList.java62 public boolean addAll(Collection<? extends AbstractBlockBase<?>> collection) { argument
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/org/jvnet/staxex/util/
H A DFinalArrayList.java43 public FinalArrayList(Collection collection) { argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/print/attribute/standard/
H A DJobStateReasons.java122 public JobStateReasons(Collection<JobStateReason> collection) { argument
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/
H A DJForEach.java40 private final JExpression collection; field in class:JForEach
43 public JForEach(JType vartype, String variable, JExpression collection) { argument
H A DJBlock.java444 public JForEach forEach(JType varType, String name, JExpression collection) { argument
/openjdk10/jdk/test/java/util/Collection/testlibrary/
H A DCollectionSupplier.java74 public final C collection; field in class:CollectionSupplier.TestCase
82 public TestCase(String name, Function<Collection<Integer>, C> supplier, C collection) { argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.code/src/jdk/vm/ci/code/
H A DRegisterArray.java63 public void addTo(Collection<Register> collection) { argument
/openjdk10/jdk/src/java.base/share/classes/sun/security/ssl/
H A DProtocolList.java109 Collection<ProtocolVersion> collection() { method in class:ProtocolList
H A DCipherSuiteList.java144 Collection<CipherSuite> collection() { method in class:CipherSuiteList
/openjdk10/langtools/test/tools/javac/lambda/
H A DTargetType76.java58 <O> OfRef<O> ofCollection(Node<O> collection) { argument
/openjdk10/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/utils/
H A DPseudoRandom.java92 public static <T> T randomElement(Collection<T> collection) { argument
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/
H A DTypeUseImpl.java47 private final boolean collection; field in class:TypeUseImpl
53 public TypeUseImpl(CNonElement itemType, boolean collection, ID id, MimeType expectedMimeType, CAdapter adapter) { argument
H A DCReferencePropertyInfo.java71 public CReferencePropertyInfo(String name, boolean collection, boolean required, boolean isMixed, XSComponent source, argument
H A DCPropertyInfo.java108 protected CPropertyInfo(String name, boolean collection, XSComponent source, argument
H A DCElementPropertyInfo.java86 public CElementPropertyInfo(String name, CollectionMode collection, ID id, MimeType expectedMimeType, XSComponent source, argument
/openjdk10/jdk/test/java/net/httpclient/
H A DTestKit.java119 public static void assertUnmodifiableCollection(Collection<?> collection) { argument
123 public static <E> void assertUnmodifiableCollection(Collection<E> collection, argument
[all...]
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DAbstractTreeWriter.java85 protected void addLevelInfo(TypeElement parent, Collection<TypeElement> collection, argument
/openjdk10/langtools/test/tools/javac/lambda/8016177/
H A DT8016177f.java82 <O> TestData.OfRef<O> ofCollection(Collection<O> collection) { return null; } argument
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DLister.java265 public ListIterator iterator(T collection, XMLSerializer context) { argument
288 addToPack(T collection, Object o) argument
292 endPacking( T collection, BeanT bean, Accessor<BeanT,T> acc ) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DSpliterators.java1694 private final Collection<? extends T> collection; // null OK field in class:Spliterators.IteratorSpliterator
1710 public IteratorSpliterator(Collection<? extends T> collection, int characteristics) { argument
[all...]
/openjdk10/jdk/test/lib/testlibrary/bootlib/java.base/java/util/stream/
H A DTestData.java83 public static <T> OfRef<T> ofCollection(String name, Collection<T> collection) { argument

Completed in 246 milliseconds

12