|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.api.SubtreeSpecification
@PublicAPI(stability=VOLATILE, mayInstantiate=false, mayExtend=true, mayInvoke=false) public abstract class SubtreeSpecification
Generic subtree specification interface.
Constructor Summary | |
---|---|
protected |
SubtreeSpecification()
Create a new subtree specification. |
Method Summary | |
---|---|
abstract boolean |
equals(java.lang.Object obj)
Indicates whether the provided object is logically equal to this subtree specification object. |
abstract int |
hashCode()
Retrieves the hash code for this subtree specification object. |
abstract boolean |
isWithinScope(Entry entry)
Determine if an entry is within the scope of the subtree specification. |
java.lang.String |
toString()
Retrieves a string representation of this subtree specification object. |
abstract java.lang.StringBuilder |
toString(java.lang.StringBuilder builder)
Append the string representation of the subtree specification to the provided string builder. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected SubtreeSpecification()
Method Detail |
---|
public abstract boolean isWithinScope(Entry entry)
entry
- The entry.
true
if the entry is within the scope of the
subtree specification, or false
if not.public abstract boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The object for which to make the determination.
true
if the provided object is logically equal
to this subtree specification object, or false
if not.public abstract int hashCode()
hashCode
in class java.lang.Object
public abstract java.lang.StringBuilder toString(java.lang.StringBuilder builder)
builder
- The string builder.
public final java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |