Interface IPartnerMap

All Known Implementing Classes:
PartnerMap

public interface IPartnerMap
Read-only interface to manage the mapping from name to partner (represented by a StringMap).
Author:
Philip Helger
  • Method Details

    • getPartnerOfName

      @Nullable IPartner getPartnerOfName(@Nullable String sPartnerName)
    • getAllPartnerNames

      @Nonnull @ReturnsMutableCopy com.helger.commons.collection.impl.ICommonsOrderedSet<String> getAllPartnerNames()
    • getAllPartners

      @Nonnull @ReturnsMutableCopy com.helger.commons.collection.impl.ICommonsList<? extends IPartner> getAllPartners()