Class Display
java.lang.Object
com.uwyn.jhighlight.pcj.util.Display
This class provides static methods for display of collection
elements. It is only provided as a utility class for the collection
implementations and is not a part of the API.
- Version:
- 1.2 21-08-2003 20:25
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringdisplay(boolean v) static Stringdisplay(byte v) static Stringdisplay(char v) static Stringdisplay(double v) static Stringdisplay(float v) static Stringdisplay(int v) static Stringdisplay(long v) static Stringdisplay(short v) (package private) static StringhexChar(char v)
-
Field Details
-
displayChars
- See Also:
-
-
Constructor Details
-
Display
public Display()
-
-
Method Details
-
display
-
display
-
display
-
display
-
display
-
display
-
display
-
display
-
hexChar
-