public static final class SubtreeSpecification.NotRefinement extends SubtreeSpecification.Refinement
false
.| Constructor and Description |
|---|
SubtreeSpecification.NotRefinement(SubtreeSpecification.Refinement refinement)
Create a new NOT refinement.
|
| 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.
|
toStringpublic SubtreeSpecification.NotRefinement(SubtreeSpecification.Refinement refinement)
refinement - The refinement which must be false.public boolean equals(Object obj)
equals in class SubtreeSpecification.Refinementpublic int hashCode()
hashCode in class SubtreeSpecification.Refinementpublic boolean matches(Entry entry)
matches in class SubtreeSpecification.Refinemententry - The filterable entry.true if the entry matches the
refinement, or false otherwise.public StringBuilder toString(StringBuilder builder)
toString in class SubtreeSpecification.Refinementbuilder - The string builder.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.