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, spliteratorcontainsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, wait