public interface Summarizable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getSummary()
Implementations are encouraged to return an inline created new Object()
whose toString() method will return the actual String instead of just
returning the String directly.
|
default java.lang.Object |
getSummary(boolean log) |
java.lang.Object getSummary()
this
object.default java.lang.Object getSummary(boolean log)
log
- log
is true.