adFor method

ADKleinAd adFor(
  1. int adId
)

Implementation

ADKleinAd adFor(int adId) {
  return map[adId];
}