All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----busrider.Indexed
|
+----busrider.Item
|
+----busrider.MutableRoute
A mutable route has a name, a price, and a mutable collection of segments.
StringTokenizer.
public MutableRoute(String name,
int index,
int price)
public static MutableRoute parse(StringTokenizer stok,
int index)
StringTokenizer.
The tokens must be: price(int), name
All Packages Class Hierarchy This Package Previous Next Index