pl.kernelpanic.dbmonster.util
Class Converter

java.lang.Object
  extended bypl.kernelpanic.dbmonster.util.Converter

public final class Converter
extends Object

Converter.

Version:
$Id: Converter.html,v 1.1 2007/06/21 08:38:14 sbahloul Exp $
Author:
Piotr Maj <piotr.maj@kernelpanic.pl>

Method Summary
static int checkNulls(int nulls)
          Check whether nulls is in range of 0 <= nulls <= 100
static String formatTime(long ms)
          Formats the period.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

formatTime

public static final String formatTime(long ms)
Formats the period.

Parameters:
ms - millis
Returns:
formatted time

checkNulls

public static final int checkNulls(int nulls)
Check whether nulls is in range of 0 <= nulls <= 100

Parameters:
nulls - nulls.
Returns:
proper nulls


Copyright © 2003-2005 .:. kernelpanic.pl .:.. All Rights Reserved.