|
GridSim v3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractCollection
AbstractList
AbstractSequentialList
LinkedList
gridsim.ResourceUserList
GridSim ResourceUserList maintains a linked-list of Grid Resource users
Field Summary |
Fields inherited from class AbstractList |
modCount |
Constructor Summary | |
ResourceUserList()
Allocates a new ResourceUserList object |
Method Summary | |
boolean |
add(int userID)
Adds one Grid Resource user into the list. |
boolean |
myRemove(int userID)
Deprecated. As of GridSim 2.1, replaced by removeUser(int) |
boolean |
removeUser(int userID)
Removes a particular user from the list |
Methods inherited from class LinkedList |
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, remove, remove, removeFirst, removeLast, set, size, toArray, toArray |
Methods inherited from class AbstractSequentialList |
iterator |
Methods inherited from class AbstractList |
equals, hashCode, listIterator, removeRange, subList |
Methods inherited from class AbstractCollection |
containsAll, isEmpty, removeAll, retainAll, toString |
Methods inherited from class Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface List |
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList |
Constructor Detail |
public ResourceUserList()
Method Detail |
public boolean add(int userID)
userID
- Grid Resource user ID
public boolean myRemove(int userID)
removeUser(int)
userID
- Grid Resource user ID
public boolean removeUser(int userID)
userID
- Grid Resource user ID
|
GridSim v3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |