public class FilteredCollection<T> extends SubclassFilteredCollection<T,T>
size
Constructor and Description |
---|
FilteredCollection(Collection<? extends T> collection,
Predicate<? super T> predicate) |
isEmpty, iterator, size
add, addAll, clear, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode, parallelStream, removeIf, spliterator, stream
public FilteredCollection(Collection<? extends T> collection, Predicate<? super T> predicate)