Uses of Interface
stockportfolio.IQueue

Uses of IQueue in stockportfolio
 

Subinterfaces of IQueue in stockportfolio
 interface IDQueue
          An enhanced queue which permits which permits additional operations, such as pushing an element on the front.
 

Classes in stockportfolio that implement IQueue
 class ObjectDQueue
          An enhanced queue.
 class StockQueue
          A queue holding blocks of stock owned.