|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Contribution | |
|---|---|
| com.antelmann.cddb | This package contains classes to maintain music CD collections and associate CDs with information from a CDDB service. |
| Uses of Contribution in com.antelmann.cddb |
|---|
| Methods in com.antelmann.cddb that return types with arguments of type Contribution | |
|---|---|
Set<Contribution> |
Track.getAllContributions()
generates an unmodifiable view of all associated contributions (including contributions from parent Compositions). |
Set<Contribution> |
Composition.getAllContributions()
generates an unmodifiable view of all associated contributions (including contributions from parent Compositions and embedded tracks); this view will not reflect subsequent changes to the actual embedded sets |
Set<Contribution> |
Composition.getCompositionContributions()
returns an unmodifiable view of only the directly added Contribution objects |
Set<Contribution> |
Track.getTrackContributions()
provides an unmodifiable view of contributions that were directly added to this track |
| Methods in com.antelmann.cddb with parameters of type Contribution | |
|---|---|
boolean |
Track.add(Contribution con)
adds a contribution specific to this single track |
boolean |
Composition.add(Contribution con)
|
int |
Contribution.compareTo(Contribution con)
compares objects by their importance and then by their resource (returns 0 if objects are equal for consitency, though) |
boolean |
Track.contains(Contribution con)
|
boolean |
Composition.contains(Contribution con)
|
boolean |
Track.remove(Contribution con)
|
boolean |
Composition.remove(Contribution con)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||