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>
120 * synchronization protocol. If a {@code Collection} implementation has a
144 public interface Collection<E> extends Iterable<E> { interface in inherits:Iterable
266 * Collection classes should clearly specify in their documentation any
334 boolean containsAll(Collection<
[all...]

Completed in 41 milliseconds