|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.freecol.common.model.ProductionMap
public class ProductionMap
| Nested Class Summary | |
|---|---|
class |
ProductionMap.ProductionTree
|
| Field Summary | |
|---|---|
private java.util.Map<GoodsType,java.lang.Object> |
cache
|
| Constructor Summary | |
|---|---|
ProductionMap()
|
|
| Method Summary | |
|---|---|
void |
add(AbstractGoods goods)
|
void |
add(java.util.List<AbstractGoods> goods)
|
AbstractGoods |
get(GoodsType type)
|
void |
remove(AbstractGoods goods)
|
void |
remove(java.util.List<AbstractGoods> goods)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.util.Map<GoodsType,java.lang.Object> cache
| Constructor Detail |
|---|
public ProductionMap()
| Method Detail |
|---|
public AbstractGoods get(GoodsType type)
public void add(AbstractGoods goods)
public void remove(AbstractGoods goods)
public void add(java.util.List<AbstractGoods> goods)
public void remove(java.util.List<AbstractGoods> goods)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||