|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
chomp
keyword.chomp
on the values of the Map
object passed in.
chomp
on the StringBuffer
passed in
as a parameter.
chomp
on an array of StringBuffer
objects.
chop
keyword.StringBuffer
objects that are the values of
the Map
object passed in.
StringBuffer
object passed in.
StringBuffer
objects in the array.
grep
(or map
) function is called with
an object implementing this interface, this is the function it will
expect to be able to invoke for each element in the list it also
receives.
map
function is called with an object implementing
this interface, this is the function it will expect to be able to
invoke for each element in the list it also receives.
grep
keyword.GrepBlock
(see GrepBlock
).
grep
, except
that it takes and returns an array of Object
, rather than
a List
instance.
grep
, that takes a
java.util.regex.Pattern
object and used an internal class
that implements GrepBlock
to provide an evaluation
function that returns a Boolean
value indicating whether
the stringification of the given test object matched the pattern.
grep
, only taking and returning
arrays of Object, rather than List
instances.
grep
, this one taking a
String
object and constructing a GrepBlock
that tests the string to see if it is a contained substring within the
stringification of each test object.
grep
, with arrays instead of the
List
instances.
Grep
class.instance
method is used to retrieve the
Chomp
singleton that applications can use in lieu of
invoking the methods statically.
instance
method is used to retrieve the
Chop
singleton that applications can use in lieu of
invoking the methods statically.
instance
method is used to retrieve the
Grep
singleton that applications can use in lieu of
invoking the methods statically.
instance
method is used to retrieve the
Join
singleton that applications can use in lieu of
invoking the methods statically.
instance
method is used to retrieve the
Lcfirst
singleton that applications can use in lieu of
invoking the methods statically.
instance
method is used to retrieve the
Map
singleton that applications can use in lieu of
invoking the methods statically.
instance
method is used to retrieve the
Ucfirst
singleton that applications can use in lieu of
invoking the methods statically.
join
keyword.String
by concatenating the items in the array
together, with an instance of the separator between each.
String
by concatenating the items in the array
together, with an instance of the separator between each.
lcfirst
keyword.String
parameter and return a new
String
whose first character has been made lower-case, if
the character is in fact alphabetic.
String
parameter and return a new
String
whose first character has been made lower-case, if
the character is in fact alphabetic.
map
keyword.eval()
in the
GrepBlock
instance over the objects contained in the
List
, returning all the values produced as a result.
map
using a GrepBlock
interface and an
array of objects (rather than a List instance).
eval()
in the
MapBlock
instance over the objects contained in the
List
, returning all the values produced as a result.
map
using a MapBlock
interface and an
array of objects (rather than a List instance).
Map
class.chomp
variants.
Tr
class.tr
pattern.
Throwable
instance as the cause, and the given
tr
pattern.
Throwable
instance as
the cause, and the given tr
pattern.
ucfirst
keyword.String
parameter and return a new
String
whose first character has been made upper-case, if
the character is in fact alphabetic.
String
parameter and return a new
String
whose first character has been made upper-case, if
the character is in fact alphabetic.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |