|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
List of IIndexFolders.
IIndexFolder,
IIndexFolderIterator| Method Summary | |
boolean |
add(IIndexFolder indexFolder)
Adds indexFolder to the list. |
void |
add(int index,
IIndexFolder indexFolder)
Adds the index folder at the specified position. |
boolean |
addAll(IIndexFolderList indexFolderList)
Adds all elements of indexFolderList to the IIndexFolderList
object. |
void |
addFirst(IIndexFolder indexFolder)
Adds indexFolder at the beginning of the index folder list. |
void |
addLast(IIndexFolder indexFolder)
Adds indexFolder at the end of the index folder list. |
void |
clear()
Clears/initializes the list. |
boolean |
contains(IIndexFolder indexFolder)
Checks if an equal index folder is in the list. |
IIndexFolder |
get(int index)
Returns index folder at the requested position. |
IIndexFolder |
get(RID indexFolderRid)
Returns the index folder with the specified RID. |
java.lang.String |
getIndexId()
Returns the index id of the list. |
IRidList |
getRidList()
Get the RidList attribute of the IIndexFolderList object. |
boolean |
isEmpty()
Indicates if the list is empty. |
IIndexFolderIterator |
listIterator()
Returns an iterator for the list. |
IIndexFolderIterator |
listIterator(int index)
Returns an iterator for the list starting at position index. |
void |
remove(IIndexFolder indexFolder)
|
IIndexFolder |
remove(int index)
Removes the index folder at position index and returns it. |
int |
size()
Returns the size of the list. |
void |
sort(java.util.Comparator comp)
Sorts the index folder list using the given comparator. |
| Method Detail |
public int size()
public java.lang.String getIndexId()
public boolean isEmpty()
public boolean add(IIndexFolder indexFolder)
throws WcmException
indexFolder to the list.indexFolder - index folder to add to listWcmException - if the operation failspublic IIndexFolder get(int index)
index - position in list to get index folder from
public void add(int index,
IIndexFolder indexFolder)
throws WcmException
index - position where to add the index folderindexFolder - index folder to add at the positionWcmException - if the operation fails
public boolean addAll(IIndexFolderList indexFolderList)
throws WcmException
indexFolderList to the IIndexFolderList
object.indexFolderList - list of index folder to be addedWcmException - if the operation fails
public void addLast(IIndexFolder indexFolder)
throws WcmException
indexFolder at the end of the index folder list.indexFolder - index folder to be addedWcmException - if the operation fails
public void addFirst(IIndexFolder indexFolder)
throws WcmException
indexFolder at the beginning of the index folder list.indexFolder - index folder to be addedWcmException - if the operation failspublic IIndexFolder remove(int index)
index and returns it.index - position where the element has to be removed
public void remove(IIndexFolder indexFolder)
throws WcmException
index - folder that has to be removedpublic IIndexFolderIterator listIterator()
public IIndexFolderIterator listIterator(int index)
index.index - position to start for iteratorpublic boolean contains(IIndexFolder indexFolder)
indexFolder - index folder for that the existence has to be tested in the listpublic IRidList getRidList()
public IIndexFolder get(RID indexFolderRid)
RID.indexFolderRid - rid for index folder to getpublic void clear()
public void sort(java.util.Comparator comp)
comp -
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||