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) classImmutableSortedAsList<E>List returned byImmutableSortedSet.asList()when the set isn't empty.(package private) classRegularImmutableAsList<E>AnImmutableAsListimplementation specialized for when the delegate collection is already backed by anImmutableListor array.
-