javax.naming.directory
public class BasicAttributes extends Object implements Attributes
UNKNOWN: June 22, 2001
Constructor Summary | |
---|---|
BasicAttributes() | |
BasicAttributes(boolean ignoreCase) | |
BasicAttributes(String attrID, Object val) | |
BasicAttributes(String attrID, Object val, boolean ignoreCase) |
Method Summary | |
---|---|
Object | clone() |
boolean | equals(Object obj)
Returns true if and only if the given Object is an instance of
Attributes, the given attributes both do or don't ignore case for
IDs and the collection of attributes is the same. |
Attribute | get(String attrID) |
NamingEnumeration<Attribute> | getAll() |
NamingEnumeration<String> | getIDs() |
int | hashCode() |
boolean | isCaseIgnored() |
Attribute | put(Attribute attr) |
Attribute | put(String attrID, Object val) |
Attribute | remove(String attrID) |
int | size() |
String | toString() |