adFor method

ADJgAd adFor(
  1. int adId
)

Implementation

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