All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vnet.markup.AttributeListImpl

java.lang.Object
   |
   +----vnet.markup.AttributeListImpl

public class AttributeListImpl
extends Object
implements AttributeList
A basic implementation of the AttributeList inteface. See AttributeList for details.

Note: vnet.markup classes are not thread safe. Locking must be performed by the application.


Variable Index

 o hash

Constructor Index

 o AttributeListImpl()

Method Index

 o add(Attribute)
 o add(AttributeList)
 o getAttribute(int)
 o getAttribute(String)
 o remove(Attribute)
 o size()

Variables

 o hash
 protected Hashtable hash

Constructors

 o AttributeListImpl
 public AttributeListImpl()

Methods

 o add
 public void add(Attribute attr)
 o add
 public void add(AttributeList attrs)
 o size
 public int size()
 o getAttribute
 public Attribute getAttribute(String name)
 o getAttribute
 public Attribute getAttribute(int index) throws ArrayIndexOutOfBoundsException
 o remove
 public void remove(Attribute attr)

All Packages  Class Hierarchy  This Package  Previous  Next  Index