Uses of Class
com.google.common.collect.ImmutableAsList
Packages that use ImmutableAsList
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of ImmutableAsList in com.google.common.collect
Subclasses of ImmutableAsList in com.google.common.collectModifier and TypeClassDescription(package private) final class
List returned byImmutableSortedSet.asList()
when the set isn't empty.(package private) class
AnImmutableAsList
implementation specialized for when the delegate collection is already backed by anImmutableList
or array.