Java javax.naming.directory BasicAttributes fields, constructors, methods, implement or subclass

Example usage for Java javax.naming.directory BasicAttributes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.naming.directory BasicAttributes.

The text is from its open source code.

Subclass

javax.naming.directory.BasicAttributes has subclasses.
Click this link to see all its subclasses.

Constructor

BasicAttributes(boolean ignoreCase)
Constructs a new instance of Attributes.
BasicAttributes()
Constructs a new instance of Attributes.
BasicAttributes(String attrID, Object val)
Constructs a new instance of Attributes with one attribute.
BasicAttributes(String attrID, Object val, boolean ignoreCase)
Constructs a new instance of Attributes with one attribute.

Method