|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.wcm.repository.ResourceList
Implements the IResourceList interface.
Copyright (c) SAP AG 2001-2004
IResourceList| Constructor Summary | |
ResourceList()
Constructs a new empty resource list. |
|
ResourceList(ResourceList resourceList)
Construct a new resource list containing the elements of the specified list in the same order. |
|
| Method Summary | |
void |
add(int index,
IResource resource)
Inserts the specified resource at the specified position in this list. |
boolean |
add(IResource resource)
Add the resource to the list. |
boolean |
addAll(IResourceList list)
Add all the elements in the specified list to this list. |
boolean |
containsResource(IResource resource)
Returns true if the specified resource is a member of the list. |
IResourceList |
difference(IResourceList list)
Get the difference of this list to the given list. Given a , b and c in this list; b , c and d in the given list, the result will contain only a . |
IResource |
get(int index)
Returns the resource at the specified position. |
int |
indexOf(IResource resource)
Returns the index in this list of the first occurrence of the specified resource, or -1 if the List does not contain this resource. |
IResourceList |
intersection(IResourceList list)
Get the intersection of this list and the given list. Given a , b and c in this list; b , c and d in the given list, the result will contain b and c . |
int |
lastIndexOf(IResource resource)
Returns the index in this list of the last occurrence of the specified resource, or -1 if the List does not contain this resource. |
IResourceListIterator |
listIterator()
Returns a resource-list-iterator of the elements in this list. |
IResourceListIterator |
listIterator(int index)
Returns a list-iterator of the elements in this list, starting at the specified position in the list. |
IResource |
remove(int index)
Removes the resource at the specified position in this list. |
boolean |
remove(IResource resource)
Removes the first occurence of the specified resource from the list. |
IResource |
set(int index,
IResource resource)
Replaces the element at the specified position in this list with the specified resource. |
int |
size()
Returns the size of the list. |
void |
sort(java.util.Comparator comp)
Sort the elements in the list using the specified comparator |
IResourceList |
subList(int index1,
int index2)
|
java.lang.String |
toString()
|
IResourceList |
union(IResourceList list)
Get the union of this list and the given list. Given a , b and c in this list; b , c and d in the given list, the result will contain a , b , c and d . |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ResourceList(ResourceList resourceList)
resourceList - TBD: Description of the incoming method parameterpublic ResourceList()
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Objectpublic int size()
IResourceListsize in interface IResourceListcom.sapportals.wcm.repository.IResourceListpublic boolean containsResource(IResource resource)
IResourceListcontainsResource in interface IResourceListcom.sapportals.wcm.repository.IResourceListresource - TBD: Description of the incoming method parameterpublic boolean add(IResource resource)
IResourceListadd in interface IResourceListcom.sapportals.wcm.repository.IResourceListresource - The resource to add to the list.public boolean addAll(IResourceList list)
IResourceListaddAll in interface IResourceListcom.sapportals.wcm.repository.IResourceListlist - The list whose elements are to be added to this list.public boolean remove(IResource resource)
IResourceListremove in interface IResourceListcom.sapportals.wcm.repository.IResourceListresource - TBD: Description of the incoming method parameterpublic IResource get(int index)
IResourceListget in interface IResourceListcom.sapportals.wcm.repository.IResourceListindex - of the resource to return.
public IResource set(int index,
IResource resource)
IResourceListset in interface IResourceListcom.sapportals.wcm.repository.IResourceListindex - index of resource to replace.resource - resource to be stored at the specified position.
public void add(int index,
IResource resource)
IResourceListadd in interface IResourceListcom.sapportals.wcm.repository.IResourceListindex - at which the specified resource is to be inserted.resource - element to be inserted.public IResource remove(int index)
IResourceListremove in interface IResourceListcom.sapportals.wcm.repository.IResourceListindex - the index of the resource to removed.public int indexOf(IResource resource)
IResourceListindexOf in interface IResourceListcom.sapportals.wcm.repository.IResourceListresource - resource to search for.public int lastIndexOf(IResource resource)
IResourceListlastIndexOf in interface IResourceListcom.sapportals.wcm.repository.IResourceListresource - resource to search for.public IResourceListIterator listIterator()
IResourceListlistIterator in interface IResourceListcom.sapportals.wcm.repository.IResourceListpublic IResourceListIterator listIterator(int index)
IResourceListlistIterator in interface IResourceListcom.sapportals.wcm.repository.IResourceListindex - index of first element to be returned from the list-iterator
(by a call to next).
public IResourceList subList(int index1,
int index2)
subList in interface IResourceListcom.sapportals.wcm.repository.IResourceListindex1 - TBD: Description of the incoming method parameterindex2 - TBD: Description of the incoming method parameterAbstractList.subList(int, int)public void sort(java.util.Comparator comp)
IResourceListsort in interface IResourceListcom.sapportals.wcm.repository.IResourceListcomp - The comparator used for sortingComparatorpublic IResourceList union(IResourceList list)
IResourceListunion in interface IResourceListcom.sapportals.wcm.repository.IResourceListlist - the IResourceList to union with this list.IResourceList with the union list.public IResourceList intersection(IResourceList list)
IResourceListintersection in interface IResourceListcom.sapportals.wcm.repository.IResourceListlist - the IResourceList to intersect with this list.IResourceList with the intersection list.public IResourceList difference(IResourceList list)
IResourceListdifference in interface IResourceListcom.sapportals.wcm.repository.IResourceListlist - the IResourceList to subtract from this list.IResourceList with the difference list.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||