| Modifier and Type | Field and Description |
|---|---|
protected E |
filter
The item filter
|
protected boolean |
include
indicates if this an include filter
|
| Constructor and Description |
|---|
Entry(E filter,
boolean include)
Constructs a new entry
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
E |
getFilter()
Returns the filter of this entry
|
int |
hashCode() |
boolean |
isInclude()
Returns the 'include' flag of this entry
|
public Entry(E filter, boolean include)
filter - the filterinclude - the include flagpublic E getFilter()
public boolean isInclude()
Copyright © 2017 The Apache Software Foundation. All rights reserved.