public abstract class AbstractEntry extends Object implements Entry
Entry
interface, to minimize the effort required to
implement this interface.Modifier | Constructor and Description |
---|---|
protected |
AbstractEntry()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object)
Returns
true if object is an entry which is equal to this entry. |
int |
hashCode()
Returns the hash code for this entry.
|
String |
toString()
Returns a string representation of this entry.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAttribute, addAttribute, addAttribute, addAttributeIfAbsent, clearAttributes, containsAnyAttributes, containsAnyAttributes, containsAttribute, containsAttribute, containsAttribute, getAllAttributes, getAllAttributes, getAllAttributes, getAttribute, getAttribute, getAttributeCount, getName, mergeAttribute, parseAttribute, parseAttribute, removeAttribute, removeAttribute, removeAttribute, replaceAttribute, replaceAttribute, setName, setName
public boolean equals(Object object)
Entry
true
if object
is an entry which is equal to this entry. Two entries are considered equal
if their distinguished names are equal, they both have the same number of attributes, and every attribute
contained in the first entry is also contained in the second entry.public int hashCode()
Entry
Copyright 2010-2022 ForgeRock AS.