Class Summary |
FilterFactory |
A FilterFactory provides methods to create
SongFilter s that define various conditions based on the
attributes of Song s, or on the conditions defined by other
SongFilter s. |
NumberMatchType |
A NumberMatchType object defines a way to determine whether
two integer values match. |
SongFilter |
A SongFilter defines a condition that Song s
can satisfy, and provides a method to verify whether or not a
Song satisfies this condition. |
StringMatchType |
A StringMatchType object defines a way to determine whether
two String s match. |