|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.springrts.ai.oo.Info
public class Info
Method Summary | |
---|---|
int |
compareTo(Info other)
|
boolean |
equals(Object otherObject)
|
String |
getDescription(int infoIndex)
Returns the description of the key at index infoIndex in the info map for this Skirmish AI, or NULL if the infoIndex is invalid. |
String |
getKey(int infoIndex)
Returns the key at index infoIndex in the info map for this Skirmish AI, or NULL if the infoIndex is invalid. |
int |
getSize()
Returns the number of info key-value pairs in the info map for this Skirmish AI. |
String |
getValue(int infoIndex)
Returns the value at index infoIndex in the info map for this Skirmish AI, or NULL if the infoIndex is invalid. |
String |
getValueByKey(String key)
Returns the value associated with the given key in the info map for this Skirmish AI, or NULL if not found. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int compareTo(Info other)
compareTo
in interface Comparable<Info>
public boolean equals(Object otherObject)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public int getSize()
public String getKey(int infoIndex)
public String getValue(int infoIndex)
public String getDescription(int infoIndex)
public String getValueByKey(String key)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |