Uses of Interface
byucc.jhdl.base.list.Predicate

Packages that use Predicate
byucc.jhdl.base.list   
 

Uses of Predicate in byucc.jhdl.base.list
 

Methods in byucc.jhdl.base.list with parameters of type Predicate
protected  VectorList VectorList.filter(Predicate pred)
          Filters a list in place, preserving only the elements for which Predicate.accept() returns true.
protected  LinkedList LinkedList.filter(Predicate pred)
          Filters a list in place, preserving only the elements for which Predicate.accept() returns true.
 



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