org.openjena.atlas.iterator
Class FilterStack<T>
java.lang.Object
org.openjena.atlas.iterator.FilterStack<T>
- All Implemented Interfaces:
- Filter<T>
public abstract class FilterStack<T>
- extends Object
- implements Filter<T>
Add a filter to a chain - the original filter is called after this new sub-filter.
FilterStack
public FilterStack(Filter<T> other)
FilterStack
public FilterStack(Filter<T> other,
boolean callOldFilterFirst)
accept
public final boolean accept(T item)
- Specified by:
accept
in interface Filter<T>
acceptAdditional
public abstract boolean acceptAdditional(T item)
- Additional filter condition to apply
Licenced under the Apache License, Version 2.0