|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |