Searched defs:coll (Results 1 - 16 of 16) sorted by relevance

/openjdk9/langtools/test/tools/javac/lambda/
H A DTargetType58.java42 I extends Iterable<U>> Collection<U> g(Collection<T> coll, Function<Stream<T>, S_OUT> f, I i) { argument
H A DTargetType69.java48 void test(Function<Integer, Integer> classifier, Function<Integer, Map<Integer, List<Integer>>> coll) { argument
/openjdk9/langtools/test/tools/javac/generics/inference/6302954/
H A DT6476073.java35 public static <B> void m(List<? super B> list,Collection<? super B> coll) { argument
/openjdk9/jdk/src/java.base/share/classes/java/security/cert/
H A DCollectionCertStoreParameters.java58 private Collection<?> coll; field in class:CollectionCertStoreParameters
/openjdk9/jdk/src/java.base/share/classes/sun/security/provider/certpath/
H A DCollectionCertStore.java81 private Collection<?> coll; field in class:CollectionCertStore
H A DIndexedCollectionCertStore.java140 private void buildIndex(Collection<?> coll) { argument
/openjdk9/jdk/test/java/util/Collection/testlibrary/
H A DExtendsAbstractCollection.java42 protected final Collection<E> coll; field in class:ExtendsAbstractCollection
/openjdk9/jdk/test/java/lang/reflect/Generics/
H A DStringsAndBounds.java50 static <S extends Object & Comparable<? super S> > S max(Collection<? extends S> coll) { argument
/openjdk9/langtools/test/jdk/javadoc/doclet/testNewLanguageFeatures/pkg/
H A DTypeParameters.java86 methodtThatReturnsTypeParametersB(Collection<? extends T> coll) { argument
/openjdk9/jdk/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DDistinctOpTest.java118 SortedTestData(List<T> coll) { argument
/openjdk9/jdk/src/java.base/share/classes/javax/security/auth/
H A DSubject.java1000 private static void collectionNullClean(Collection<?> coll) { argument
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DList.java171 public static <A> List<A> from(Iterable<? extends A> coll) { argument
/openjdk9/jdk/src/java.desktop/share/classes/java/beans/beancontext/
H A DBeanContextSupport.java903 protected final void serialize(ObjectOutputStream oos, Collection<?> coll) throws IOException { argument
934 protected final void deserialize(ObjectInputStream ois, Collection coll) throws IOException, ClassNotFoundException { argument
/openjdk9/jdk/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DEventSetImpl.java867 public boolean addAll(Collection<? extends Event> coll) { argument
870 public boolean removeAll(Collection<?> coll) { argument
873 public boolean retainAll(Collection<?> coll) { argument
/openjdk9/jdk/src/java.base/share/classes/java/util/
H A DCollections.java595 public static <T extends Object & Comparable<? super T>> T min(Collection<? extends T> coll) { argument
631 public static <T> T min(Collection<? extends T> coll, Comparator<? super T> comp) { argument
668 public static <T extends Object & Comparable<? super T>> T max(Collection<? extends T> coll) { argument
704 max(Collection<? extends T> coll, Comparator<? super T> comp) argument
1062 containsAll(Collection<?> coll) argument
1065 addAll(Collection<? extends E> coll) argument
1068 removeAll(Collection<?> coll) argument
1071 retainAll(Collection<?> coll) argument
1715 containsAll(Collection<?> coll) argument
2042 containsAll(Collection<?> coll) argument
2045 addAll(Collection<? extends E> coll) argument
2048 removeAll(Collection<?> coll) argument
2051 retainAll(Collection<?> coll) argument
3068 containsAll(Collection<?> coll) argument
3071 removeAll(Collection<?> coll) argument
3074 retainAll(Collection<?> coll) argument
3098 checkedCopyOf(Collection<? extends E> coll) argument
3120 addAll(Collection<? extends E> coll) argument
3755 addAll(Collection<? extends Map.Entry<K, V>> coll) argument
[all...]
/openjdk9/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp1118 parse_annotations(const ConstantPool* const cp, const u1* buffer, int limit, AnnotationCollector* coll, ClassLoaderData* loader_data, TRAPS) argument

Completed in 578 milliseconds