Class DisplayWrapper
java.lang.Object
io.deephaven.engine.table.impl.preview.DisplayWrapper
- All Implemented Interfaces:
Serializable
Wraps Objects that cannot be displayed (e.g. not serializable or an unknown class) and allows them to be displayed as
a String.
- See Also:
-
Method Summary
-
Method Details
-
make
Creates a new DisplayWrapper around an Object. Returns null if the Object is null.- Parameters:
objectToWrap
- the Object to wrap- Returns:
- a new DisplayWrapper, null if the Object is null
-
toString
-
equals
-
hashCode
public int hashCode()
-