Uses of Interface
ch.sahits.game.openpatrician.model.city.ILoaner
-
Packages that use ILoaner Package Description ch.sahits.game.openpatrician.model.city ch.sahits.game.openpatrician.model.city.impl -
-
Uses of ILoaner in ch.sahits.game.openpatrician.model.city
Methods in ch.sahits.game.openpatrician.model.city that return ILoaner Modifier and Type Method Description ILoanerLoanerList. getLoaner(ICity city)Methods in ch.sahits.game.openpatrician.model.city that return types with arguments of type ILoaner Modifier and Type Method Description java.util.Iterator<ILoaner>LoanerList. iterator()Methods in ch.sahits.game.openpatrician.model.city with parameters of type ILoaner Modifier and Type Method Description booleanLoanerList. add(ILoaner iLoaner) -
Uses of ILoaner in ch.sahits.game.openpatrician.model.city.impl
Classes in ch.sahits.game.openpatrician.model.city.impl that implement ILoaner Modifier and Type Class Description classLoanerState
-