|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IProgramInfoList.MapKey | |
---|---|
org.jmythapi.protocol.response | This package contains interfaces of MythTV response messages. |
org.jmythapi.protocol.response.impl | This package contains implementations of MythTV response messages. |
org.jmythapi.protocol.response.impl.filters | This package contains classes to filter MythTV recordings. |
Uses of IProgramInfoList.MapKey in org.jmythapi.protocol.response |
---|
Methods in org.jmythapi.protocol.response that return IProgramInfoList.MapKey | |
---|---|
static IProgramInfoList.MapKey |
IProgramInfoList.MapKey.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IProgramInfoList.MapKey[] |
IProgramInfoList.MapKey.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jmythapi.protocol.response with parameters of type IProgramInfoList.MapKey | |
---|---|
Map<String,IProgramInfo> |
IProgramInfoList.asMap(IProgramInfoList.MapKey mapKey)
Returns a map containing the unique-id of each program as key and the program as value. |
Map<String,Integer> |
IProgramInfoList.getIndexMap(IProgramInfoList.MapKey mapKey)
Returns a map containing the unique-id of each program as key and the program-index as value. |
Uses of IProgramInfoList.MapKey in org.jmythapi.protocol.response.impl |
---|
Methods in org.jmythapi.protocol.response.impl with parameters of type IProgramInfoList.MapKey | |
---|---|
Map<String,IProgramInfo> |
ProgramInfoList.asMap(IProgramInfoList.MapKey mapKey)
|
Map<String,Integer> |
ProgramInfoList.getIndexMap(IProgramInfoList.MapKey mapKey)
|
Uses of IProgramInfoList.MapKey in org.jmythapi.protocol.response.impl.filters |
---|
Constructors in org.jmythapi.protocol.response.impl.filters with parameters of type IProgramInfoList.MapKey | |
---|---|
ProgramInfoUniqueIdFilter(IProgramInfoList.MapKey idType,
String... ids)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |