| Constructor and Description |
|---|
Entry(E filter,
boolean include)
Constructs a new entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
dump(DumpContext ctx,
boolean isLast)
Dumps some human readable information using the given context.
|
boolean |
equals(java.lang.Object o) |
E |
getFilter()
Returns the filter of this entry
|
int |
hashCode() |
boolean |
isInclude()
Returns the 'include' flag of this entry
|
public Entry(@Nonnull
E filter,
boolean include)
filter - the filterinclude - the include flag@Nonnull public E getFilter()
public boolean isInclude()
public void dump(@Nonnull
DumpContext ctx,
boolean isLast)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2010 - 2023 Adobe. All Rights Reserved