|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
name=value
format.
value format.
It is strongly encouraged to use Objects.ToStringHelper.add(String, Object) instead and
give value a readable name.
false.
true.
other.
true if each of its
components evaluates to true.
true if each of its
components evaluates to true.
true if both of its
components evaluate to true.
char matcher that matches any character present in the
given character sequence.
parts, using the
previously configured separator between each, to appendable.
parts, using the
previously configured separator between each, to appendable.
appendable the string representation of each of the
remaining arguments.
parts, using the
previously configured separator between each, to builder.
parts, using the
previously configured separator between each, to builder.
builder the string representation of each of the
remaining arguments.
map, using the
previously configured separator and key-value separator, to appendable.
map, using the
previously configured separator and key-value separator, to builder.
true if this matcher matches the given character.
F, resulting in an object
of type T.
char value, just as
Predicate does for any Object.Charset
instances, which are guaranteed to be supported by all Java platform
implementations.index specifies a valid element in an array,
list or string of size size.
index specifies a valid element in an array,
list or string of size size.
index specifies a valid position in an array,
list or string of size size.
index specifies a valid position in an array,
list or string of size size.
start and end specify a valid positions
in an array, list or string of size size, and are in order.
value for any input.
true if the
CharSequence being tested contains any match for the given
regular expression pattern.
true if the
CharSequence being tested contains any match for the given
regular expression pattern.
type as defined by JLS --- 0
for numbers, false for boolean and '\0' for char.
null otherwise.
Function.
Predicate.
true if the object being
tested equals() the given target or both are null.
finalizeReferent() method which a
background thread invokes after the garbage collector reclaims the
referent.FinalizableReference.finalizeReferent() on
them.finalizeReferent() method which a background
thread invokes after the garbage collector reclaims the referent.finalizeReferent() method which a background
thread invokes after the garbage collector reclaims the referent.null, if
either is, or otherwise throws a NullPointerException.
Character-based predicate, but which operates on primitive char
instances instead.
Throwable cause chain as a list.
throwable.
toString(), followed by the full, recursive
stack trace of throwable.
true if the object reference
being tested is a member of the given collection.
-1 if no matching character is present.
-1 if no character matches after
that position.
char matcher that matches any character in a given range
(both endpoints are inclusive).
true if the object being
tested is an instance of the given class.
char matcher that matches only one specified character.
char matcher that matches any character except the one
specified.
true if the object reference
being tested is null.
true if the given string is null or is the empty string.
true if this service is running.
Java's definition.
Character.isISOControl(char).
Java's definition.
Java's definition.
Java's definition.
Java's definition.
Java's definition; it is usually preferable
to use CharMatcher.WHITESPACE.
parts, using the previously configured separator between each.
parts, using the previously configured separator between each.
map, using the previously configured separator and key-value
separator.
Iterable, varargs or even a Map) with a separator.Joiner joins
iterables and arrays.-1 if no matching character is present.
true if a character sequence contains only matching
characters.
true if a character sequence contains no matching
characters.
get() and returns that value on subsequent calls to
get().
char matcher that matches any character not present in
the given character sequence.
true if the given predicate
evaluates to false.
true if the object reference
being tested is not null.
Object.Objects.toStringHelper(java.lang.Object).instance.
this splitter, but
automatically omits empty strings from the results.
separator between
consecutive elements.
separator between
consecutive elements.
CharMatcher to be a separator.
pattern to be a separator.
other.
true if any one of its
components evaluates to true.
true if any one of its
components evaluates to true.
true if either of its
components evaluates to true.
minLength, consisting of
string appended with as many copies of padChar as are
necessary to reach that length.
minLength, consisting of
string prepended with as many copies of padChar as are
necessary to reach that length.
char matcher functionally equivalent to this one, but
which may be faster to query than the original; your mileage may vary.
Predicate instances.throwable as-is if it is an instance of
RuntimeException or Error, or else as a last resort, wraps
it in a RuntimeException then propagates.
throwable exactly as-is, if and only if it is an
instance of declaredType.
throwable exactly as-is, if and only if it is an
instance of RuntimeException or Error.
throwable exactly as-is, if and only if it is an
instance of RuntimeException, Error, or
declaredType.
throwable exactly as-is, if and only if it is an
instance of RuntimeException, Error, declaredType1,
or declaredType2.
Service.start() and
Service.stop() lifecycle methods to transfer into and out of this state.CharSequence passed in parameter.
CharSequence)
into substrings, by recognizing a separator (a.k.a.Service.State.NEW, this initiates service startup
and returns immediately.
Service.State.STARTING or Service.State.RUNNING, this
initiates service shutdown and returns immediately.
String or CharSequence
instances.get() method synchronizes on
delegate before calling it, making it thread-safe.
Throwable.String s from this format to the specified
format.
toString() on its argument.
Objects.ToStringHelper.
CharMatcher.collapseFrom(java.lang.CharSequence, char)
does, except that groups of matching characters at the start or end of the
sequence are removed without replacement.
this splitter, but
automatically removes leading and trailing whitespace from each returned substring; equivalent
to trimResults(CharMatcher.WHITESPACE).
this splitter, but
removes all leading or trailing characters matching the given CharMatcher from each returned substring.
nullText for any provided null keys or
values.
nullText for any provided null elements.
MapJoiner using the given key-value separator, and the
same configuration as this Joiner otherwise.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||