civquest
Class Util

java.lang.Object
  extended bycivquest.Util

public class Util
extends java.lang.Object


Constructor Summary
Util()
           
 
Method Summary
static java.net.URL getBaseURL()
          Attempts to determine the base resource URL
static int getRandomNumber(int boundry)
           
static java.lang.String[] sort(java.lang.String[] str)
          InsertionSort for strings
static java.lang.String toTitleCase(java.lang.String s)
           
 
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

getRandomNumber

public static int getRandomNumber(int boundry)

sort

public static java.lang.String[] sort(java.lang.String[] str)
InsertionSort for strings


getBaseURL

public static java.net.URL getBaseURL()
Attempts to determine the base resource URL


toTitleCase

public static java.lang.String toTitleCase(java.lang.String s)