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.java155 static abstract class AbstractImmutableCollection<E> extends AbstractCollection<E> { class in ImmutableCollections
262 static abstract class AbstractImmutableList<E> extends AbstractImmutableCollection<E>
755 static abstract class AbstractImmutableSet<E> extends AbstractImmutableCollection<E>