public class IncludesFilter<T> extends Object implements Filter<T>
| Modifier and Type | Field and Description |
|---|---|
private Collection<T> |
includes |
| Constructor and Description |
|---|
IncludesFilter(Collection<T> includes) |
private Collection<T> includes
public IncludesFilter(Collection<T> includes)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.