org.apache.directory.api.ldap.aci.protectedItem
Class AttributeValueItem
java.lang.Object
org.apache.directory.api.ldap.aci.ProtectedItem
org.apache.directory.api.ldap.aci.protectedItem.AttributeValueItem
public class AttributeValueItem
- extends ProtectedItem
A specific value of specific attributes.
|
Constructor Summary |
AttributeValueItem(Set<org.apache.directory.api.ldap.model.entry.Attribute> attributes)
Creates a new instance. |
AttributeValueItem
public AttributeValueItem(Set<org.apache.directory.api.ldap.model.entry.Attribute> attributes)
- Creates a new instance.
- Parameters:
attributes - the collection of Attributes.
iterator
public Iterator<org.apache.directory.api.ldap.model.entry.Attribute> iterator()
- Returns an iterator of all
Attributes.
- Returns:
- the iterator
hashCode
public int hashCode()
-
- Overrides:
hashCode in class Object
equals
public boolean equals(Object o)
-
- Overrides:
equals in class Object
toString
public String toString()
-
- Overrides:
toString in class Object
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.