|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.springrts.ai.oo.OptionValues
public class OptionValues
| Method Summary | |
|---|---|
int |
compareTo(OptionValues other)
|
boolean |
equals(Object otherObject)
|
String |
getKey(int optionIndex)
Returns the key at index optionIndex in the options map for this Skirmish AI, or NULL if the optionIndex is invalid. |
int |
getSize()
Returns the number of option key-value pairs in the options map for this Skirmish AI. |
String |
getValue(int optionIndex)
Returns the value at index optionIndex in the options map for this Skirmish AI, or NULL if the optionIndex is invalid. |
String |
getValueByKey(String key)
Returns the value associated with the given key in the options 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(OptionValues other)
compareTo in interface Comparable<OptionValues>public boolean equals(Object otherObject)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic int getSize()
public String getKey(int optionIndex)
public String getValue(int optionIndex)
public String getValueByKey(String key)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||