Uses of Class
com.google.errorprone.annotations.DoNotCall
-
Packages that use DoNotCall Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of DoNotCall in com.google.common.collect
Methods in com.google.common.collect with annotations of type DoNotCall Modifier and Type Method Description static <E> FluentIterable<E>
FluentIterable. from(FluentIterable<E> iterable)
Deprecated.instances ofFluentIterable
don't need to be converted toFluentIterable
-