com.zion.jbuddy.bots
Class BotCallSet

java.lang.Object
  extended by com.zion.jbuddy.bots.BotCallSet

public class BotCallSet
extends Object

A set of calls.

See Also:
BotCall

Method Summary
 void add(BotCall call)
          Adds a call to this set.
 void add(BotCall call, int index)
          Adds a call to this set at the specified index.
 void clear()
          Removes all calls from this set.
 Object clone()
          Returns an exact copy of this set.
 List getCalls()
          Returns a List of calls in this set.
 void remove(BotCall call)
          Removes a call from this set.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public void add(BotCall call)
Adds a call to this set.


add

public void add(BotCall call,
                int index)
Adds a call to this set at the specified index.


getCalls

public List getCalls()
Returns a List of calls in this set.


remove

public void remove(BotCall call)
Removes a call from this set.


clear

public void clear()
Removes all calls from this set.


clone

public Object clone()
Returns an exact copy of this set.

Overrides:
clone in class Object


JBuddy is a trademark of Zion Software, LLC in the US and other countries.
Copyright 2000-2008 Zion Software, LLC All Rights Reserved.