|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GrepBlock in com.blackperl.Perl |
Methods in com.blackperl.Perl with parameters of type GrepBlock | |
static java.util.List |
Grep.grep(com.blackperl.Perl.GrepBlock block,
java.util.List list)
Do a grep over the list of objects, evaluating each one via the given GrepBlock (see GrepBlock ). |
static java.lang.Object[] |
Grep.grep(com.blackperl.Perl.GrepBlock block,
java.lang.Object[] objArray)
This is identical to the block-list form of grep , except
that it takes and returns an array of Object , rather than
a List instance. |
static java.util.List |
Map.map(com.blackperl.Perl.GrepBlock block,
java.util.List list)
Map the functionality specified by eval() in the
GrepBlock instance over the objects contained in the
List , returning all the values produced as a result. |
static java.lang.Object[] |
Map.map(com.blackperl.Perl.GrepBlock block,
java.lang.Object[] objArray)
Perform map using a GrepBlock interface and an
array of objects (rather than a List instance). |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |