|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A list of ISchedulerTimes
(see java.util.List).
Copyright 2004 SAP AG
ISchedulerTime| Method Summary | |
void |
add(int index,
ISchedulerTime time)
Deprecated. |
boolean |
add(ISchedulerTime time)
Deprecated. |
void |
addLast(ISchedulerTime time)
Deprecated. |
boolean |
contains(ISchedulerTime time)
Deprecated. |
ISchedulerTime |
get(int index)
Deprecated. |
int |
indexOf(ISchedulerTime time)
Deprecated. |
boolean |
isEmpty()
Deprecated. |
int |
lastIndexOf(ISchedulerTime time)
Deprecated. |
ISchedulerTimeListIterator |
listIterator()
Deprecated. |
ISchedulerTimeListIterator |
listIterator(int index)
Deprecated. |
ISchedulerTime |
remove(int index)
Deprecated. |
boolean |
remove(ISchedulerTime time)
Deprecated. |
ISchedulerTime |
set(int index,
ISchedulerTime time)
Deprecated. |
int |
size()
Deprecated. |
void |
sort(java.util.Comparator comparator)
Deprecated. |
ISchedulerTimeList |
subList(int startIndex,
int stopIndex)
Deprecated. |
| Method Detail |
public int size()
public boolean contains(ISchedulerTime time)
public boolean add(ISchedulerTime time)
public boolean remove(ISchedulerTime time)
public boolean isEmpty()
public ISchedulerTime get(int index)
public ISchedulerTime set(int index,
ISchedulerTime time)
public void add(int index,
ISchedulerTime time)
public void addLast(ISchedulerTime time)
public ISchedulerTime remove(int index)
public int indexOf(ISchedulerTime time)
public int lastIndexOf(ISchedulerTime time)
public ISchedulerTimeListIterator listIterator()
public ISchedulerTimeListIterator listIterator(int index)
public ISchedulerTimeList subList(int startIndex,
int stopIndex)
public void sort(java.util.Comparator comparator)
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||