byucc.jhdl.base
Class InitializeableList

java.lang.Object
  extended bybyucc.jhdl.base.list.VectorList
      extended bybyucc.jhdl.base.InitializeableList
All Implemented Interfaces:
List

public class InitializeableList
extends VectorList

This holds a list of Initializeables.


Constructor Summary
InitializeableList()
           
 
Method Summary
 Initializeable getInitializeables()
          Get something from the list
 
Methods inherited from class byucc.jhdl.base.list.VectorList
append, appendList, atEnd, delete, deleteAll, deleteCurrent, elementCount, empty, filter, getElt, init, inList, insert, insertAfterCurrent, insertBeforeCurrent, insertList, intersect, iterator, merge, next, prev, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitializeableList

public InitializeableList()
Method Detail

getInitializeables

public Initializeable getInitializeables()
Get something from the list

Returns:
the initializeable at the current list position


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.