|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use VectorList | |
| byucc.jhdl.base | |
| byucc.jhdl.base.list | |
| Uses of VectorList in byucc.jhdl.base |
| Subclasses of VectorList in byucc.jhdl.base | |
class |
ArgBlockList
|
class |
CellList
This holds a list of cells. |
class |
ConnectionList
Holds a list of Connections, and can be iterated. |
class |
InitializeableList
This holds a list of Initializeables. |
class |
ObservableList
Stores a list of Observables |
class |
PortRecordList
Stores a list of PortRecords |
class |
PropertyList
This class stores a list of properties that correspond to a Cell or Wire. |
class |
SimulatorCallbackList
Stores a list of SimultatorCallback objects. |
class |
WireList
Stores a list of wires |
| Uses of VectorList in byucc.jhdl.base.list |
| Methods in byucc.jhdl.base.list that return VectorList | |
protected VectorList |
VectorList.intersect(VectorList ret_list,
VectorList lst)
Returns the intersection of argument and calling list (this), without modifying either calling list or argument. |
protected VectorList |
VectorList.filter(Predicate pred)
Filters a list in place, preserving only the elements for which Predicate.accept() returns true. |
| Methods in byucc.jhdl.base.list with parameters of type VectorList | |
protected VectorList |
VectorList.intersect(VectorList ret_list,
VectorList lst)
Returns the intersection of argument and calling list (this), without modifying either calling list or argument. |
protected void |
VectorList.appendList(VectorList lst)
Appends contents of argument to calling list (this), in same order. |
protected void |
VectorList.insertList(VectorList lst)
Inserts contents of argument to calling list (this), in reverse order. |
protected void |
VectorList.merge(VectorList other_list)
|
| Constructors in byucc.jhdl.base.list with parameters of type VectorList | |
VectorListEnumeration(VectorList vl)
Initializer |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||