public class FilteringHashSet<T> extends HashSet<T>
| Constructor and Description |
|---|
FilteringHashSet(Predicate<T> filter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(T t) |
clear, clone, contains, isEmpty, iterator, remove, size, spliteratorequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streamCopyright © 2018 JBoss by Red Hat. All rights reserved.