|
|||||||||
Home >> All >> org >> alicebot >> server >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.alicebot.server.core
Class Bots

java.lang.Objectjava.util.AbstractMap
java.util.HashMap
org.alicebot.server.core.Bots
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map, java.io.Serializable
- public class Bots
- extends java.util.HashMap
Nested Class Summary |
Nested classes inherited from class java.util.HashMap |
|
Nested classes inherited from class java.util.AbstractMap |
|
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
Field Summary | |
private static Bots |
myself
|
Fields inherited from class java.util.HashMap |
|
Fields inherited from class java.util.AbstractMap |
|
Constructor Summary | |
private |
Bots()
|
Method Summary | |
static void |
addBot(java.lang.String s,
Bot bot)
|
static Bot |
getBot(java.lang.String s)
|
static int |
getCount()
|
static Bot |
getFirstBot()
|
static java.util.Set |
getIDs()
|
static java.lang.String |
getNiceList()
|
static java.util.Iterator |
keysIterator()
|
static boolean |
knowsBot(java.lang.String s)
|
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Field Detail |
myself
private static final Bots myself
Constructor Detail |
Bots
private Bots()
Method Detail |
knowsBot
public static boolean knowsBot(java.lang.String s)
addBot
public static void addBot(java.lang.String s, Bot bot)
getBot
public static Bot getBot(java.lang.String s)
getFirstBot
public static Bot getFirstBot()
getCount
public static int getCount()
getNiceList
public static java.lang.String getNiceList()
getIDs
public static java.util.Set getIDs()
keysIterator
public static java.util.Iterator keysIterator()
|
|||||||||
Home >> All >> org >> alicebot >> server >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |