com.springrts.ai.oo
Class Teams

java.lang.Object
  extended by com.springrts.ai.oo.Teams
All Implemented Interfaces:
Comparable<Teams>

public class Teams
extends Object
implements Comparable<Teams>


Method Summary
 int compareTo(Teams other)
           
 boolean equals(Object otherObject)
           
 int getSize()
          Returns the number of teams in this game
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

compareTo

public int compareTo(Teams other)
Specified by:
compareTo in interface Comparable<Teams>

equals

public boolean equals(Object otherObject)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

getSize

public int getSize()
Returns the number of teams in this game