|
GridSim v3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractCollection
AbstractList
AbstractSequentialList
LinkedList
gridsim.ResGridletList
GridSim ResGridletList maintains a linked-list of Gridlet
Field Summary |
Fields inherited from class AbstractList |
modCount |
Constructor Summary | |
ResGridletList()
Allocates a new ResGridletList object |
Method Summary | |
boolean |
move(ResGridlet obj,
ResGridletList list)
Move a ResGridlet object from this linked-list into a specified one |
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 ResGridletList()
Method Detail |
public boolean move(ResGridlet obj, ResGridletList list)
obj
- a ResGridlet object to be movedlist
- a ResGridletList object to store the new ResGridlet object
|
GridSim v3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |