|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.resources.SystemRemoteMarkerSet
This class represents a set of markers.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
SystemRemoteMarkerSet()
Constructor for SystemRemoteMarkerSet. |
|
SystemRemoteMarkerSet(int capacity)
Constructor for SystemRemoteMarkerSet. |
Method Summary | |
---|---|
void |
add(ISystemRemoteMarkerSetElement element)
Add an element to the set. |
void |
addAll(ISystemRemoteMarkerSetElement[] elements)
Add multiple elements. |
boolean |
contains(long id)
Returns whether the set contains an element with the given id. |
ISystemRemoteMarkerSetElement[] |
elements()
Get the elements in the set as an array. |
ISystemRemoteMarkerSetElement |
get(long id)
Returns the set element with the given id, or null if none is found. |
boolean |
isEmpty()
Returns if the set is empty. |
void |
remove(ISystemRemoteMarkerSetElement element)
Removes the given element from the set. |
void |
remove(long id)
Removes an element with the given id from the set. |
void |
removeAll(ISystemRemoteMarkerSetElement[] elements)
Removes all of the elements in the given array from the set. |
int |
size()
Returns the number of elements in the set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String Copyright
Constructor Detail |
public SystemRemoteMarkerSet()
public SystemRemoteMarkerSet(int capacity)
Method Detail |
public void add(ISystemRemoteMarkerSetElement element)
public void addAll(ISystemRemoteMarkerSetElement[] elements)
public boolean contains(long id)
public ISystemRemoteMarkerSetElement[] elements()
public ISystemRemoteMarkerSetElement get(long id)
public boolean isEmpty()
public void remove(long id)
public void remove(ISystemRemoteMarkerSetElement element)
public void removeAll(ISystemRemoteMarkerSetElement[] elements)
public int size()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |