Package byucc.jhdl.base.list

Interface Summary
Comparator  
List This interface describes public methods available for manipulating lists.
Predicate This interface allows for one-pass iteration while filtering a list.
TreeListable This interface marks an object that can only appear on a single list, and is therefore a valid candidate for inclusion in a TreeList.
 

Class Summary
LinkedList It is assumed that this class will always be subclassed and that insert and some get function will be defined based on insert() and getElt().
LinkedListElt  
LinkedListEnumeration This class allows public access to list traversals.
TESTList This class tests that LinkedList and Vector Lists perform as expected.
TreeList This list structure is based on a modified binary tree design.
TreeListEnumeration This class allows public access to list traversals.
VectorList This is a variation of the original byucc.jhdl.base.list.LinkedList, that provides improved efficiency of memory usage and access time by utilizing java.util.Vector.
VectorListEnumeration This class allows public access to list traversals.
 



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