Class FilteringSet<T, C extends Set<T>>
java.lang.Object
java.util.AbstractCollection<T>
org.aksw.commons.collections.FilteringCollection<T,C>
org.aksw.commons.collections.FilteringSet<T,C>
- All Implemented Interfaces:
Iterable<T>, Collection<T>, Set<T>
-
Field Summary
Fields inherited from class FilteringCollection
backend, predicate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FilteringCollection
add, contains, getBackend, getPredicate, iterator, remove, sizeMethods inherited from class AbstractCollection
addAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
FilteringSet
-