talx x1.0.5

util
Class TaskList

java.lang.Object
  extended byutil.TaskList

public class TaskList
extends java.lang.Object

A list of tasks that produces a retreival ordering. The ordering of the tasks produced by getTask is not the order in which the tasks were inserted.


Constructor Summary
TaskList(Task value)
           
 
Method Summary
 Task getTask()
          retreives a task from the list.
 void insert(Task t)
          Inserts a task into the list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskList

public TaskList(Task value)
Method Detail

insert

public void insert(Task t)
Inserts a task into the list.


getTask

public Task getTask()
retreives a task from the list.


talx x1.0.5

© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.