gridsim
Class ResGridletList

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.AbstractSequentialList
                    |
                    +--java.util.LinkedList
                          |
                          +--gridsim.ResGridletList

class ResGridletList
extends LinkedList

A ResourceGridlet list. An extended LinkedList with
its own move function.


Constructor Summary
ResGridletList()
           

Method Summary
 booleanmove(ResGridlet j, ResGridletList l)
           

Methods inherited from class java.util.LinkedList
getFirst, getLast, removeFirst, removeLast, addFirst, addLast, contains, size, add, remove, addAll, addAll, clear, get, set, add, remove, indexOf, lastIndexOf, listIterator, clone, toArray, toArray

Methods inherited from class java.util.AbstractSequentialList
iterator

Methods inherited from class java.util.AbstractList
listIterator, subList, equals, hashCode

Methods inherited from class java.util.AbstractCollection
isEmpty, containsAll, removeAll, retainAll, toString

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

Constructor Detail

ResGridletList

public ResGridletList()
Method Detail

move

public boolean move(ResGridlet j, ResGridletList l)