Uses of Class
com.google.common.collect.ImmutableAsList
-
Packages that use ImmutableAsList Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of ImmutableAsList in com.google.common.collect
Subclasses of ImmutableAsList in com.google.common.collect Modifier and Type Class Description (package private) class
ImmutableSortedAsList<E>
List returned byImmutableSortedSet.asList()
when the set isn't empty.(package private) class
RegularImmutableAsList<E>
AnImmutableAsList
implementation specialized for when the delegate collection is already backed by anImmutableList
or array.
-