zombie.util.util
Class Display

java.lang.Object
  extended by zombie.util.util.Display

public class Display
extends java.lang.Object

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
Author:
Søren Bak

Constructor Summary
Display()
           
 
Method Summary
static java.lang.String display(int v)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Display

public Display()
Method Detail

display

public static java.lang.String display(int v)