public class FilteredSet<T>
extends java.util.HashSet<T>
Constructor and Description |
---|
FilteredSet(java.util.function.Predicate<T> predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(T t) |
boolean |
addAll(java.util.Collection<? extends T> c) |
clear, clone, contains, isEmpty, iterator, remove, size, spliterator
containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait