- Description
- This is the generic interface for supporting the insertion and removal of
indexed elements.
- See also
- XContainer
- Developers Guide
Methods' Summary |
insertByIndex |
inserts the given element at the specified index.
|
removeByIndex |
removes the element at the specified index.
|
Methods' Details |
insertByIndex
- Description
- inserts the given element at the specified index.
To append an element, use the index "last index +1".
|
|
removeByIndex
- Description
- removes the element at the specified index.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.
|