org.gjt.universe
Class StationList

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

public final class StationList
extends java.lang.Object


Field Summary
private static DBTable DB
           
 
Constructor Summary
private StationList()
           
 
Method Summary
(package private) static void add(StationBase obj)
           
static java.util.Enumeration elements()
           
static StationBase get(StationID idx)
           
(package private) static void readObject(java.io.ObjectInputStream in)
           
(package private) static StationBase remove(StationID idx)
           
static int size()
          This method returns the number of stations in the game.
(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 DBTable DB
Constructor Detail

StationList

private StationList()
Method Detail

add

static void add(StationBase obj)

get

public static StationBase get(StationID idx)

remove

static StationBase remove(StationID idx)

size

public static int size()
This method returns the number of stations 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.