org.kuali.common.util
Class FormatUtils2Test

java.lang.Object
  extended by org.kuali.common.util.FormatUtils2Test

public class FormatUtils2Test
extends Object


Constructor Summary
FormatUtils2Test()
           
 
Method Summary
protected  String lpad(long number, int size)
           
protected  String lpad(String s, int size)
           
protected  void show(String size)
           
 void test()
           
 void test1()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatUtils2Test

public FormatUtils2Test()
Method Detail

test1

public void test1()

test

public void test()

show

protected void show(String size)

lpad

protected String lpad(String s,
                      int size)

lpad

protected String lpad(long number,
                      int size)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.