org.gjt.universe
Class ShipList

java.lang.Object
  |
  +--org.gjt.universe.ShipList

public final class ShipList
extends java.lang.Object


Field Summary
private static java.util.Hashtable DB
           
 
Constructor Summary
private ShipList()
           
 
Method Summary
(package private) static void add(ShipBase obj)
           
(package private) static java.util.Enumeration elements()
           
static ShipBase get(ShipID idx)
           
(package private) static void readObject(java.io.ObjectInputStream in)
           
(package private) static ShipBase remove(ShipID idx)
           
(package private) static void writeObject(java.io.ObjectOutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DB

private static java.util.Hashtable DB
Constructor Detail

ShipList

private ShipList()
Method Detail

add

static void add(ShipBase obj)

get

public static ShipBase get(ShipID idx)

remove

static ShipBase remove(ShipID idx)

elements

static java.util.Enumeration elements()

writeObject

static void writeObject(java.io.ObjectOutputStream out)
                 throws java.io.IOException
java.io.IOException

readObject

static void readObject(java.io.ObjectInputStream in)
                throws java.io.IOException,
                       java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException


Copyright © 2001 Universe Dev Team All Rights Reserved.