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

/libcore/luni/src/main/java/java/util/
H A DAbstractCollection.java23 * Class {@code AbstractCollection} is an abstract implementation of the {@code
31 public abstract class AbstractCollection<E> implements Collection<E> { class in inherits:Collection
34 * Constructs a new instance of this AbstractCollection.
36 protected AbstractCollection() { method in class:AbstractCollection

Completed in 148 milliseconds