sdt.ga
Class Util

java.lang.Object
  |
  +--sdt.ga.Util

public class Util
extends java.lang.Object

A printing utility.


Constructor Summary
Util()
           
 
Method Summary
static void printTimes(int n, java.lang.String s)
          Prints the string a certain number of times.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

printTimes

public static void printTimes(int n,
                              java.lang.String s)
Prints the string a certain number of times.