ToHumanpublic interface ToHuman Simple interface for objects that can return a "human" (as opposed to
a complete but often hard to read) string form. |
Methods Summary |
---|
public java.lang.String | toHuman()Return the "human" string form of this instance. This is
generally less "debuggy" than toString() .
|
|