|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Artist | |
|---|---|
| com.antelmann.cddb | This package contains classes to maintain music CD collections and associate CDs with information from a CDDB service. |
| Uses of Artist in com.antelmann.cddb |
|---|
| Methods in com.antelmann.cddb that return Artist | |
|---|---|
Artist |
CDDBXmcdParser.extractCDArtist()
returns the artist defined for the CD or null if none was found |
Artist |
CDDBEntry.extractCDArtist()
returns the artist defined for the CD or null if none was found |
Artist |
CDDBXmcdParser.extractTrackArtist(int track)
returns the artist defined for the track or null if none was found |
Artist |
CDDBEntry.extractTrackArtist(int track)
returns the artist defined for the track or null if none was found |
| Methods in com.antelmann.cddb with parameters of type Artist | |
|---|---|
int |
Artist.compareTo(Artist a)
uses sortName if not null and name otherwise; if the object is equal, however, 0 is returned to provide consistency |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||