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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DB
private static java.util.Hashtable DB
ShipList
private ShipList()
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.