Package net.ontopia.utils
Class DeciderFilter<T>
java.lang.Object
net.ontopia.utils.DeciderFilter<T>
- All Implemented Interfaces:
FilterIF<T>
INTERNAL: Filter that filters a collection using a decider. The
decider is applied to the individual objects in the collection. If
the object is accepted by the decider it will become part of the
result.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionINTERNAL: Filters the input iterator and returns a collection containing a subset of the iterator's elements.