Uses of Class
net.sf.freecol.common.model.TypeCountMap

Packages that use TypeCountMap
net.sf.freecol.common.model Contains the game model. 
 

Uses of TypeCountMap in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return TypeCountMap
 TypeCountMap<EquipmentType> Unit.getAutomaticEquipment()
           
 TypeCountMap<EquipmentType> Unit.getEquipment()
          Get the Equipment value.
 

Methods in net.sf.freecol.common.model with parameters of type TypeCountMap
 void Unit.setEquipment(TypeCountMap<EquipmentType> newEquipment)
          Set the Equipment value.