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 class
Sets.FilteredNavigableSet<E>
private static class
Sets.FilteredSet<E>
private static class
Sets.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)
-