Uses of Class
com.google.common.collect.Collections2.FilteredCollection
-
Packages that use Collections2.FilteredCollection Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of Collections2.FilteredCollection in com.google.common.collect
Subclasses of Collections2.FilteredCollection in com.google.common.collect Modifier and Type Class Description private static classSets.FilteredNavigableSet<E>private static classSets.FilteredSet<E>private static classSets.FilteredSortedSet<E>Methods in com.google.common.collect that return Collections2.FilteredCollection Modifier and Type Method Description (package private) Collections2.FilteredCollection<E>Collections2.FilteredCollection. createCombined(Predicate<? super E> newPredicate)
-