edu.uchicago.cs.java.lec03.boxing
Class DeathMatch

java.lang.Object
  extended by edu.uchicago.cs.java.lec03.boxing.DeathMatch

public class DeathMatch
extends java.lang.Object


Field Summary
static java.util.Random RND
           
static java.lang.String[] SOUNDS
           
 
Constructor Summary
DeathMatch()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOUNDS

public static final java.lang.String[] SOUNDS

RND

public static final java.util.Random RND
Constructor Detail

DeathMatch

public DeathMatch()
Method Detail

main

public static void main(java.lang.String[] args)