|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Objects.ToStringHelper | |
---|---|
com.google.common.base | Miscellaneous common util classes and annotations. |
Uses of Objects.ToStringHelper in com.google.common.base |
---|
Methods in com.google.common.base that return Objects.ToStringHelper | |
---|---|
Objects.ToStringHelper |
Objects.ToStringHelper.add(String name,
Object value)
Adds a name/value pair to the formatted output in name=value
format. |
Objects.ToStringHelper |
Objects.ToStringHelper.addValue(Object value)
Adds a value to the formatted output in value format.
It is strongly encouraged to use add(String, Object) instead and
give value a readable name. |
static Objects.ToStringHelper |
Objects.toStringHelper(Object object)
Creates an instance of Objects.ToStringHelper . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |