示例#1
0
 /**
  * Gets an <code>List</code> with every <code>Goods</code> in this <code>Colony</code>. There is
  * only one <code>Goods</code> for each type of goods.
  *
  * @return The <code>Iterator</code>.
  */
 public List<Goods> getCompactGoods() {
   return goodsContainer.getCompactGoods();
 }