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

/libcore/ojluni/src/main/java/java/util/
H A DCollection.java45 * <p>All general-purpose <tt>Collection</tt> implementation classes (which
46 * typically implement <tt>Collection</tt> indirectly through one of its
49 * constructor with a single argument of type <tt>Collection</tt>, which
54 * constructors) but all of the general-purpose <tt>Collection</tt>
63 * the {@link #addAll(Collection)} method on an unmodifiable collection may,
96 * <i>not</i> be construed to imply that invoking <tt>Collection.contains</tt>
131 public interface Collection<E> extends Iterable<E> { interface in inherits:Iterable
252 * Collection classes should clearly specify in their documentation any
320 boolean containsAll(Collection<?> c);
346 boolean addAll(Collection<
[all...]

Completed in 58 milliseconds