PhoneDurationsImpl
public interface PhoneDurations
PhoneDuration
instances indexed by
phone.PhoneDuration
Modifier and Type | Method | Description |
---|---|---|
PhoneDuration |
getPhoneDuration(java.lang.String phone) |
Gets the
PhoneDuration for the given phone. |
PhoneDuration getPhoneDuration(java.lang.String phone)
PhoneDuration
for the given phone. If no
duration is applicable, returns null
. Note that
'applicable' implementation dependent; some implementations
may return a default value.phone
- the phone to get duration information for