|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.zion.jbuddy.bots.BotRouteSet
public class BotRouteSet
A set of routes.
BotRoute| Method Summary | |
|---|---|
void |
add(BotRoute route)
Adds a route to this set. |
void |
add(BotRoute route,
int index)
Adds a route to this set at the specified index. |
void |
clear()
Removes all routes from this set. |
Object |
clone()
Returns an exact copy of this set. |
List |
getRoutes()
Returns a List of routes in this set. |
void |
remove(BotRoute route)
Removes a route from this set. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void add(BotRoute route)
public void add(BotRoute route,
int index)
public List getRoutes()
public void remove(BotRoute route)
public void clear()
public Object clone()
clone in class Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||