FileDocCategorySizeDatePackage
ToHuman.javaAPI DocAndroid 5.1 API1041Thu Mar 12 22:18:30 GMT 2015com.android.dx.util

ToHuman

public interface ToHuman
Simple interface for objects that can return a "human" (as opposed to a complete but often hard to read) string form.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringtoHuman()
Return the "human" string form of this instance. This is generally less "debuggy" than {@code toString()}.

return
{@code non-null;} the human string form