|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
List of IPropertyDistribution objects
| Method Summary | |
boolean |
add(IPropertyDistribution propertyDistribution)
adds a element to the list |
IPropertyDistribution |
get(int index)
|
int |
indexOf(IPropertyDistribution propertyDistribution)
|
int |
lastIndexOf(IPropertyDistribution propertyDistribution)
|
IPropertyDistributionListIterator |
listIterator()
|
IPropertyDistributionListIterator |
listIterator(int index)
|
int |
size()
|
void |
sort(Comparator comp)
|
IPropertyDistributionList |
subList(int index1,
int index2)
returns a sub list of the property distribution list |
| Method Detail |
public int size()
public boolean add(IPropertyDistribution propertyDistribution)
propertyDistribution -
public IPropertyDistribution get(int index)
index - - position in the result list
public int indexOf(IPropertyDistribution propertyDistribution)
propertyDistribution - - element for that the position in the list has to be determined
public int lastIndexOf(IPropertyDistribution propertyDistribution)
propertyDistribution - - element for that the last position in the list has to be determined
public IPropertyDistributionListIterator listIterator()
public IPropertyDistributionListIterator listIterator(int index)
index - - position of the iterator where it has to start
public IPropertyDistributionList subList(int index1,
int index2)
index1 - - position of the first element in the result listindex2 - - position of the last element in the list
public void sort(Comparator comp)
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||