|
Web Site | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Iterator
that iterates over a delegate, which produces
arrays, Collection
s, {link Enumeration}s or
Iterator
s.Iterator
that traverses a Collection
of
Iterator
s.Collection
, prepended with the given Object
.
Collection
, appended with the given Object
.
Iterator
, prepended with the given prefix
.
Iterator
, appended with the given suffix
.
ResourceFinder
that finds its resources through a collection of
other ResourceFinder
s.Class
-base parameters into an array of
Java.FormalParameter
s.
text
against the pattern represented by the current instance,
as follows:
A *
in the pattern matches any sequence of zero or more characters in the
text
A ?
in the pattern matches exactly one character in the text
Any other character in the pattern must appear exactly as it is in the text
Notice: The mode
flag of the current instance does not take any effect here.
text
against an array of StringPattern
s (which was
typically created by StringPattern.parseCombinedPattern(String)
.
|
Web Site | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |