Home
last modified time | relevance | path

Searched defs:FilteredCollection (Results 1 – 2 of 2) sorted by relevance

/external/guava/android/guava/src/com/google/common/collect/
DCollections2.java124 static class FilteredCollection<E extends @Nullable Object> extends AbstractCollection<E> { class in Collections2
128 FilteredCollection(Collection<E> unfiltered, Predicate<? super E> predicate) { in FilteredCollection() method in Collections2.FilteredCollection
/external/guava/guava/src/com/google/common/collect/
DCollections2.java126 static class FilteredCollection<E extends @Nullable Object> extends AbstractCollection<E> { class in Collections2
130 FilteredCollection(Collection<E> unfiltered, Predicate<? super E> predicate) { in FilteredCollection() method in Collections2.FilteredCollection