Uses of Interface
ecologylab.collections.BasicFloatSet

Packages that use BasicFloatSet
ecologylab.collections Objects for managing collections. 
 

Uses of BasicFloatSet in ecologylab.collections
 

Classes in ecologylab.collections that implement BasicFloatSet
 class ArrayListFloatSet<T extends FloatSetElement>
          A set of FloatSetElements, that uses ArrayList as the storage medium.
 class FloatWeightSet<E extends FloatSetElement>
          Provides the facility of efficient weighted random selection from a set elements, each of whicn includes a characterizing floating point weight.
 

Methods in ecologylab.collections that return BasicFloatSet
protected  BasicFloatSet FloatSetElement.set()
          The set object that this element is part of, or null if its not a member of any set.
 

Methods in ecologylab.collections with parameters of type BasicFloatSet
 void FloatSetElement.setSet(BasicFloatSet setArg)