Search
BaseList(E) Members
Constructors Methods
 


Represents a generic list with modification notifications.

The following tables list the members exposed by the BaseList(E) type.

 Protected Constructors

  Name Description

BaseList

Overloaded.  

 Public Methods

  Name Description

add

Overloaded.  

addBaseListListener

Adds a BaseListListener to the list.

clear

Removes all elements from the list.

first

Gets the first element of this list.

get

Returns the element at the specified position in the list.

last

Gets the last element of this list.

readExternal

 

remove

Overloaded.  

removeBaseListListener

Removes the specified BaseListListener from the list.

set

Replaces the element at the specified position in this list with the specified element.

size

Returns the number of elements in the list.

writeExternal

 

 See Also