|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
List of IQueryEntry objects
| Method Summary | |
void |
add(int index,
IQueryEntry queryEntry)
Inserts the query entry at the specified position in this list. |
boolean |
add(IQueryEntry queryEntry)
Adds a query entry to the query entry list |
boolean |
addAll(IQueryEntryList queryEntryList)
Adds another query entry list to the query entry list |
IQueryEntry |
get(int index)
|
int |
indexOf(IQueryEntry queryEntry)
|
IQueryEntryListIterator |
listIterator()
|
IQueryEntry |
remove(int index)
Removes the query entry at the specified position in this list. |
int |
size()
|
IQueryEntryList |
subList(int from,
int to)
|
| Method Detail |
public int size()
public boolean add(IQueryEntry queryEntry)
queryEntry - - query entry to add to querypublic boolean addAll(IQueryEntryList queryEntryList)
queryEntryList - query entry list to add to the querypublic IQueryEntry get(int index)
index - - position in the query entry listpublic int indexOf(IQueryEntry queryEntry)
queryEntry - - query entry for that the position in the list has to be determinedpublic IQueryEntryListIterator listIterator()
public void add(int index,
IQueryEntry queryEntry)
index - index at which the specified query entry is to be inserted.queryEntry - query entry to be inserted.java.lang.IndexOutOfBoundsException - if the specified index is out of
range (index < 0 || index > size()).public IQueryEntry remove(int index)
index - the index of the query entry to be removed.java.lang.IndexOutOfBoundsException - if the specified index is out of
range (index < 0 || index >= size()).
public IQueryEntryList subList(int from,
int to)
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||