|
GridSim 5.0 beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAbstractCollection<E>
AbstractList<E>
AbstractSequentialList<E>
LinkedList
ResourceUserList
public class ResourceUserList
GridSim ResourceUserList maintains a linked-list of Grid Resource users
| Field Summary |
|---|
| Fields inherited from class AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
ResourceUserList()
|
|
| 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, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, 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 |
| Methods inherited from interface Deque |
|---|
iterator |
| 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 5.0 beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||