| Package | Description |
|---|---|
| com.entertainment | |
| com.entertainment.catalog | |
| com.entertainment.util |
| Modifier and Type | Method and Description |
|---|---|
int |
Television.TelevisionChannelComparator.compare(Television tv1,
Television tv2) |
int |
Television.TelevisionBrandChannelComparator.compare(Television tv1,
Television tv2) |
int |
Television.compareTo(Television other) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Television> |
Catalog.findByBrand(String brand)
Searches catalog by brand.
|
static Map<String,Collection<Television>> |
Catalog.findByBrands(String... brands)
Searches catalog by several brands.
|
static Collection<Television> |
Catalog.getInventory()
Returns entire catalog.
NOTE: returned collection is read-only. |
| Modifier and Type | Method and Description |
|---|---|
static String |
TelevisionDisplayAdvisor.check(Television... tvs)
Deprecated.
Checks each supplied
Television's display type, and indicates need for
upgrade if current display type is CRT. |