- All Implemented Interfaces:
Predicate<String>
Predicate which implements an algorithm URI inclusion policy.
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
includes
Included algorithms.
-
Constructor Details
-
IncludedAlgorithmsPredicate
Constructor.
- Parameters:
algorithms - collection of included algorithms
-