API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.naming.directory. BasicAttributes View Source
Author(s)
Rosanna Lee
Scott Seligman
Since
1.3
Version
1.13 05/11/17
Serial
Hierarchy
 Object
      BasicAttributes
Implements
 Attributes
Subclasses
Description
public class BasicAttributes
  This class provides a basic implementation of the Attributes interface.
Constructors
public BasicAttributes ()
  Constructs a new instance of Attributes.
public BasicAttributes (boolean ignoreCase)
  Constructs a new instance of Attributes.
public BasicAttributes (String attrID, Object val)
  Constructs a new instance of Attributes with one attribute.
public BasicAttributes (String attrID, Object val, boolean ignoreCase)
  Constructs a new instance of Attributes with one attribute.
Methods
Hide/Show inherited methods
public Object clone () [Specified in Attributes]
public boolean equals (Object obj)
  Determines whether this BasicAttributes is equal to another Attributes Two Attributes are equal if they are both instances of Attributes, treat the case of attribute IDs the same way, and contain the same attributes.
public Attribute get (String attrID) [Specified in Attributes]
public NamingEnumeration<Attribute> getAll () [Specified in Attributes]
public NamingEnumeration<String> getIDs () [Specified in Attributes]
public int hashCode ()
  Calculates the hash code of this BasicAttributes.
public boolean isCaseIgnored () [Specified in Attributes]
public Attribute put (Attribute attr) [Specified in Attributes]
public Attribute put (String attrID, Object val) [Specified in Attributes]
public Attribute remove (String attrID) [Specified in Attributes]
public int size () [Specified in Attributes]
public String toString ()
  Generates the string representation of this attribute set.
Fields
Hide/Show inherited fields
pack-privatetransient Hashtable attrs
Nested Classes
  BasicAttributes.AttrEnumImpl
  BasicAttributes.IDEnumImpl
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar