|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines a list of RID instances.
Copyright (c) SAP AG 2001-2005
| Field Summary | |
static String |
SEPARATOR
|
| Method Summary | |
void |
add(int index,
RID event)
|
boolean |
add(RID event)
|
boolean |
addAll(IRidList list)
|
boolean |
addAll(String uris)
Decodes uri list string and add them to the list. |
void |
addFirst(RID event)
|
void |
addLast(RID event)
|
boolean |
contains(RID rid)
|
RID |
get(int index)
|
boolean |
isEmpty()
|
IRidIterator |
listIterator()
|
IRidIterator |
listIterator(int index)
|
RID |
remove(int index)
|
RID |
set(int index,
RID event)
|
int |
size()
|
void |
sort(Comparator comp)
|
String |
toString()
Encodes uri list as uri strings detached by a SEPARATOR. |
| Field Detail |
public static final String SEPARATOR
| Method Detail |
public int size()
public boolean isEmpty()
public boolean add(RID event)
public RID get(int index)
public RID set(int index,
RID event)
public void add(int index,
RID event)
public boolean addAll(IRidList list)
public boolean addAll(String uris)
toString() .
uris - Exp.: "\wcm\a;\wcm\b;..."public void addLast(RID event)
public void addFirst(RID event)
public RID remove(int index)
public IRidIterator listIterator()
public IRidIterator listIterator(int index)
public boolean contains(RID rid)
public String toString()
public void sort(Comparator comp)
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||