public class HexadecimalRepresentation extends Object implements Representation
| Modifier and Type | Field and Description |
|---|---|
static HexadecimalRepresentation |
HEXA_REPRESENTATION |
static int |
NIBBLE_SIZE |
static String |
PREFIX |
| Constructor and Description |
|---|
HexadecimalRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
String |
toStringOf(Object object)
Returns hexadecimal the
toString representation of the given object. |
public static final HexadecimalRepresentation HEXA_REPRESENTATION
public static final String PREFIX
public static final int NIBBLE_SIZE
public String toStringOf(Object object)
toString representation of the given object. It may or not the object's own
implementation of toString.toStringOf in interface Representationobject - the given object.toString representation of the given object.Copyright © 2013-2015 AssertJ. All Rights Reserved.