Searched defs:Collection (Results 1 - 1 of 1) sorted by last modified time

/libcore/luni/src/main/java/java/util/
H A DCollection.java22 * {@code Collection} is the root of the collection hierarchy. It defines operations on
24 * of {@code Collection}s.
26 * All direct or indirect implementations of {@code Collection} should implement at
28 * collection and one with a parameter of type {@code Collection}. This second
30 * initial collection but with the same elements. Implementations of {@code Collection}
45 public interface Collection<E> extends Iterable<E> { interface in inherits:Iterable
49 * {@code Collection} (optional).
57 * An implementation of {@code Collection} may narrow the set of accepted
70 * @return {@code true} if this {@code Collection} is
74 * if adding to this {@code Collection} i
[all...]

Completed in 890 milliseconds