public static final class SubtreeSpecification.FilterRefinement extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
matches(Entry entry)
Check if the refinement matches the given entry.
|
StringBuilder |
toString(StringBuilder builder)
Append the string representation of the refinement to the
provided strin builder.
|
public boolean equals(Object obj)
public int hashCode()
public boolean matches(Entry entry)
entry - The filterable entry.true if the entry matches the
refinement, or false otherwise.public StringBuilder toString(StringBuilder builder)
builder - The string builder.Copyright © 2010-2020 Wren Security. All Rights Reserved.