Package org.aksw.commons.collections
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 org.aksw.commons.collections.FilteringCollection
backend, predicate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aksw.commons.collections.FilteringCollection
add, contains, getBackend, getPredicate, iterator, remove, sizeMethods inherited from class java.util.AbstractCollection
addAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
FilteringSet
-