|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.core.RFC3672SubtreeSpecification.Refinement
public abstract static class RFC3672SubtreeSpecification.Refinement
Abstract interface for RFC3672 specification filter refinements.
Constructor Summary | |
---|---|
protected |
RFC3672SubtreeSpecification.Refinement()
Create a new RFC3672 specification filter refinement. |
Method Summary | |
---|---|
abstract boolean |
equals(java.lang.Object obj)
|
abstract int |
hashCode()
|
abstract boolean |
matches(Entry entry)
Check if the refinement matches the given entry. |
java.lang.String |
toString()
|
abstract java.lang.StringBuilder |
toString(java.lang.StringBuilder builder)
Append the string representation of the refinement to the provided string builder. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected RFC3672SubtreeSpecification.Refinement()
Method Detail |
---|
public abstract boolean matches(Entry entry)
entry
- The filterable entry.
true
if the entry matches the
refinement, or false
otherwise.public final java.lang.String toString()
toString
in class java.lang.Object
public abstract java.lang.StringBuilder toString(java.lang.StringBuilder builder)
builder
- The string builder.
public abstract boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public abstract int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |