org.globus.cog.karajan.scheduler
Class WeightedHostSet

java.lang.Object
  extended byorg.globus.cog.karajan.scheduler.WeightedHostSet

public class WeightedHostSet
extends Object


Constructor Summary
WeightedHostSet()
           
 
Method Summary
 void add(WeightedHost wh)
           
 Iterator iterator()
           
 WeightedHost last()
           
 double remove(WeightedHost wh)
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WeightedHostSet

public WeightedHostSet()
Method Detail

add

public void add(WeightedHost wh)

remove

public double remove(WeightedHost wh)

iterator

public Iterator iterator()

last

public WeightedHost last()

size

public int size()

toString

public String toString()