| Package | Description |
|---|---|
| com.sun.tv.si | |
| javax.tv.service | |
| javax.tv.service.navigation |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceListImpl |
| Modifier and Type | Method and Description |
|---|---|
ServiceList |
SIManagerImpl.filterServices(ServiceFilter filter)
Creates a ServiceList object based on the conditions
specified in a filter parameter.
|
ServiceList |
ServiceListImpl.filterServices(ServiceFilter filter)
Creates a new
ServiceList object that is a subset of
this list, based on the conditions specified by a
ServiceFilter object. |
ServiceList |
ServiceListImpl.sortByName()
This method performs a
toBeginning operation on the
iterator. |
ServiceList |
ServiceListImpl.sortByNumber()
Sorts the contents of the list by service number, in ascending
order.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ServiceList |
SIManager.filterServices(ServiceFilter filter)
Filters the available services using the
ServiceFilter provided to generate a
ServiceList containing the matching services. |
| Modifier and Type | Method and Description |
|---|---|
ServiceList |
ServiceList.filterServices(ServiceFilter filter)
Creates a new
ServiceList object that is a subset of
this list, based on the conditions specified by a
ServiceFilter object. |
ServiceList |
ServiceList.sortByName()
Generates a new
ServiceList containing the
same elements as the current list, sorted in ascending
order by service name. |
ServiceList |
ServiceList.sortByNumber()
Generates a new
ServiceList containing the
same elements as the current list, sorted in ascending
order by service number. |
Copyright © 2012 code4tv.com. All Rights Reserved.