Package com.uwyn.jhighlight.pcj.util
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 String
display
(boolean v) static String
display
(byte v) static String
display
(char v) static String
display
(double v) static String
display
(float v) static String
display
(int v) static String
display
(long v) static String
display
(short v) (package private) static String
hexChar
(char v)
-
Field Details
-
displayChars
- See Also:
-
-
Constructor Details
-
Display
public Display()
-
-
Method Details
-
display
-
display
-
display
-
display
-
display
-
display
-
display
-
display
-
hexChar
-