byucc.jhdl.Xilinx.XC4000.techmap.lists
Class CountingLinkedList

java.lang.Object
  extended bybyucc.jhdl.base.list.LinkedList
      extended bybyucc.jhdl.Xilinx.XC4000.techmap.lists.CountingLinkedList
All Implemented Interfaces:
List
Direct Known Subclasses:
NetworkWireList

public class CountingLinkedList
extends LinkedList


Constructor Summary
CountingLinkedList()
           
 
Method Summary
 int length()
           
 
Methods inherited from class byucc.jhdl.base.list.LinkedList
append, appendList, atBegin, atEnd, delete, deleteAll, deleteCurrent, elementCount, empty, filter, getCurrent, getElt, init, initReverse, inList, insert, insertAfterCurrent, insertBeforeCurrent, insertList, intersect, merge, next, prev, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CountingLinkedList

public CountingLinkedList()
Method Detail

length

public int length()


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