Home
last modified time | relevance | path

Searched refs:AbstractImmutableCollection (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DImmutableCollections.java152 abstract static class AbstractImmutableCollection<E> extends AbstractCollection<E> { class in ImmutableCollections
261 abstract static class AbstractImmutableList<E> extends AbstractImmutableCollection<E>
759 abstract static class AbstractImmutableSet<E> extends AbstractImmutableCollection<E>