Searched refs:AbstractImmutableCollection (Results 1 – 1 of 1) sorted by relevance
155 static abstract class AbstractImmutableCollection<E> extends AbstractCollection<E> { class in ImmutableCollections262 static abstract class AbstractImmutableList<E> extends AbstractImmutableCollection<E>755 static abstract class AbstractImmutableSet<E> extends AbstractImmutableCollection<E>