org.gjt.universe
Class FleetList
java.lang.Object
|
+--org.gjt.universe.FleetList
- public final class FleetList
- extends java.lang.Object
This class handles look-up of specific fleets
by their unique ID.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DB
private static DBTable DB
FleetList
private FleetList()
add
static void add(FleetBase obj)
get
public static FleetBase get(FleetID idx)
remove
public static FleetBase remove(FleetID idx)
size
public static int size()
- This method returns the number of fleets in the game.
elements
public 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.