Public Member Functions | |
void | add (int index, Object obj) |
Object | get (int index) |
Iterator | iterator () |
ListIterator | listIterator () |
ListIterator | listIterator (int index) |
Object | remove (int index) |
Object | set (int index, Object obj) |
int | size () |
Protected Attributes | |
Filter | filter |
Package Functions | |
FilterList (Filter filter) | |
Package Attributes | |
int | count = 0 |
int | expected = -1 |
FilterList
represents legal JDOM content, including content for Document
s or Element
s.
|
Create a new instance of the FilterList with the specified Filter. |
|
Inserts the specified object at the specified position in this list. Shifts the object currently at that position (if any) and any subsequent objects to the right (adds one to their indices).
|
|
Return the object at the specified offset.
|
|
Remove the object at the specified offset.
|
|
Set the object at the specified location to the supplied object.
|
|
Return the number of items in this list
|
|
Current number of items in this view |
|
Expected modCount in our backing list |
|
The Filter |