|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Song
satisfies or passes the
condition defines by this SongFilter
.
Song
to this
MusicCollection
.
Song
to the end of this
Playlist
object.
Song
currently at that position
(if any) and any subsequent elements to the right (in other words, it
adds one to their indices).
Song
s contained in the specified
ArrayList
into this MusicCollection
.
Song
objects contained in the specified array of
Song
s into this MusicCollection
.
Song
s contained in the specified
Playlist
to the end of this Playlist
, in
the order in which they appear in the specified Playlist
.
Song
s contained in the specified
ArrayList
to the end of this Playlist
, in
the order in which they appear in the specified ArrayList
.
Song
s contained in the specified array of
Song
s to the end of this Playlist
, in the
order in which they appear in the specified array.
SongComparator
which defines an order based on the album
title attributes of Song
s.
SongComparator
which defines an order equivalent to
applying ASCENDING_ALBUM_COMPARATOR
,
ASCENDING_DISC_COMPARATOR
, and
ASCENDING_TRACK_COMPARATOR
, in that order, until one of
them determines that a Song
occurs before or after the
other, or until all three have been tried without one of them determining
that one Song
occurs before or after another.
SongComparator
which defines an order equivalent to
applying ASCENDING_ARTIST_COMPARATOR
,
ASCENDING_ALBUM_COMPARATOR
,
ASCENDING_DISC_COMPARATOR
, and
ASCENDING_TRACK_COMPARATOR
, in that order, until one of
them determines that a Song
occurs before or after the
other, or until all four have been tried without one of them determining
that one Song
occurs before or after another.
SongComparator
which defines an order based on the
artist name attributes of Song
s.
SongComparator
which defines an order based on the disc
number attributes of Song
s.
SongComparator
which defines an order equivalent to
applying ASCENDING_DISC_COMPARATOR
and
ASCENDING_TRACK_COMPARATOR
, in that order, until one of
them determines that a Song
occurs before or after the
other, or until both have been tried without one of them determining that
one Song
occurs before or after another.
SongComparator
which defines an order based on the
length attributes of Song
s.
SongComparator
which defines an order based on the path
attributes of Song
.
SongComparator
which defines an order based on the track
title attributes of Song
s.
SongComparator
which defines an order based on the track
number attributes of Song
s.
MusicCollection
empty, so that it contains no
Songs
.
Playlist
object empty, so that it contains no
Song
s.
ComparatorFactory
creates SongComparator
objects that define certain orders on Song
s based on their
attributes.ComparatorFactory
.
Song
s and determines whether or
not one occurs before the other in the order defined by this
SongComparator
.
String
matching as substring.
SongFilter
which accepts all
Song
s whose album attribute matches the specified
String
, using a match type defined by the specified
StringMatchType
.
SongFilter
object which accepts a given
Song
if and only if all SongFilter
s in the
specified ArrayList
accept the given Song
.
SongFilter
object which accepts a given
Song
if and only if all SongFilter
s in the
specified array accept the given Song
.
SongFilter
which accepts all
Song
s whose artist attribute matches the specified
String
, using a match type defined by the specified
StringMatchType
.
SongFilter
which accepts all
Song
s whose disc attribute matches the specified integer,
using a match type defined by the specified NumberMatchType
.
SongFilter
which accepts every
Song
.
SongFilter
which accepts all
Song
s whose length attribute matches the specified
String
, using a match type defined by the specified
NumberMatchType
.
SongComparator
which defines an order that
is the combination of the individual SongComparator
s in
the specified ArrayList
.
SongComparator
which defines an order that
is the combination of the individual SongComparator
s in
the specified array.
SongFilter
which is the negation of the
specified SongFilter
; that is, if the specified
SongFilter
accepts a Song
, the returned
SongFilter
rejects it, and vice-versa.
SongFilter
which rejects every
Song
.
SongFilter
object which accepts a given
Song
if and only if at least one of the
SongFilter
s in the specified ArrayList
accepts the given Song
.
SongFilter
object which accepts a given
Song
if and only if at least one of the
SongFilter
s in the specified array accepts the given
Song
.
SongFilter
which accepts all
Song
s whose path attribute is equal to the specified
File
, as defined by the equality of File
objects.
Song
object representing the MP3 audio track
stored in the file given by the specified String
.
SongFilter
which accepts all
Song
s whose title attribute matches the specified
String
, using a match type defined by the specified
StringMatchType
.
SongFilter
which accepts all
Song
s whose track number attribute matches the specified
integer, using a match type defined by the specified
NumberMatchType
.
SongComparator
which defines an order based on the album
title attributes of Song
s.
SongComparator
which defines an order equivalent to
applying DESCENDING_ALBUM_COMPARATOR
,
DESCENDING_DISC_COMPARATOR
, and
DESCENDING_TRACK_COMPARATOR
, in that order, until one of
them determines that a Song
occurs before or after the
other, or until all three have been tried without one of them determining
that one Song
occurs before or after another.
SongComparator
which defines an order equivalent to
applying DESCENDING_ARTIST_COMPARATOR
,
DESCENDING_ALBUM_COMPARATOR
,
DESCENDING_DISC_COMPARATOR
, and
DESCENDING_TRACK_COMPARATOR
, in that order, until one of
them determines that a Song
occurs before or after the
other, or until all four have been tried without one of them determining
that one Song
occurs before or after another.
SongComparator
which defines an order based on the
artist name attributes of Song
s.
SongComparator
which defines an order based on the disc
number attributes of Song
s.
SongComparator
which defines an order equivalent to
applying DESCENDING_DISC_COMPARATOR
and
DESCENDING_TRACK_COMPARATOR
, in that order, until one of
them determines that a Song
occurs before or after the
other, or until both have been tried without one of them determining that
one Song
occurs before or after another.
SongComparator
which defines an order based on the
length attributes of Song
s.
SongComparator
which defines an order based on the path
attributes of Song
s.
SongComparator
which defines an order based on the track
title attributes of Song
s.
SongComparator
which defines an order based on the track
number attributes of Song
s.
Loggers
used and created by the Jaudiotagger
libraries.
Logger
s used and created by the Jaudiotagger
libraries.
String
matching as comparison for equality.
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.FilterFactory
.
Song
at the specified position in this
Playlist
.
Song
appears.
ArrayList
of String
s containing
the titles of all albums represented by Song
s in this
MusicCollection
.
ArrayList
of String
s containing
the names of the all artists who have produced at least one of the
Song
s currently stored in this
MusicCollection
, as given by the values of the artist
attribute of the Song
s stored in this
MusicCollection
.
Song
.
ArrayList
of String
s containing
the titles of all albums to which the specified artist has contributed at
least one of the Song
s stored in this
MusicCollection
, as given by the values of the artist and
album attributes of the Song
s stored in this
MusicCollection
.
Song
.
Song
object.
Song
in seconds.
Song
s in this Playlist
.
Song
contained in this
MusicCollection
whose path attribute is equal to the
specified File
, as defined by the equals()
method of the File
class, if such a Song
exists within the MusicCollection
.
Playlist
containing all the Song
s
stored in this MusicCollection
whose album attributes are
equal to the specified album title.
Playlist
containing all the Song
s
stored in this MusicCollection
whose artist attributes are
equal to the specified artist name, and whose album attributes are equal
to the specified album title.
Playlist
containing all the Song
s
stored in this MusicCollection
that are accepted by the
specified SongFilter
.
Song
.
Song
.
IncorrectFileExtensionException
with
null
as its detail message.
IncorrectFileExtensionException
with the
specified detail message.
IncorrectFileNameException
with the
specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically
contains the class and detail message of cause
).
IncorrectFileExtensionException
with the
specified detail message and cause.
true
if this Playlist
is empty,
that is, it contains no Song
s.
Songs
whose paths are stored in the file given
by the specified File
(the playlist file) into the
Playlist
.
NumberMatchType
.
String
matches the
second specified String
according to the matching
algorithm implemented by this StringMatchType
.
Song
at the specified position in the
Playlist
a specified number of positions towards the end
of the Playlist
.
Song
at the specified position in the
Playlist
a specified number of positions towards the
beginning of the Playlist
.
MusicCollection
object represents a collection of
Song
s.MusicCollection
.
NumberMatchType
object defines a way to determine whether
two integer values match.Playlist
is an ordered sequence of Song
s.Playlist
.
Playlist
containing the same
Song
s as those contained in the specified
Playlist
, in the same order.
Song
element at the specified position in this
list, and shifts any subsequent Song
(if any) to the left
(that is, it subtracts one from their indices).
Song
contained in
this Playlist
to the file whose path is given by the
specified File
(the playlist file).
Song
object records the attributes of a digital audio track.Song
object with the specified attributes.
Song
object with the specified attributes,
and a disc number attribute equal to 1
.
SongComparator
object defines an order on Song
s.SongComparator
.
SongFactory
enables the easy creation of Song
objects representing digital audio tracks stored on disk.SongFactory
.
SongFilter
defines a condition that Song
s
can satisfy, and provides a method to verify whether or not a
Song
satisfies this condition.SongFilter
.
Song
s in this Playlist
so that
they appear in the order implemented by the specified
SongComparator
object.
StringMatchType
object defines a way to determine whether
two String
s match.String
representation of this
SongComparator
, which describes the order it defines.
String
representation of this
NumberMatchType
which describes the type of matching it
represents.
String
representation of this
SongFilter
in the form of a boolean expression which
determines the Song
s it accepts and those it rejects.
String
representation of this
StringMatchType
which describes the type of matching it
represents.
String
representation of this Song
.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |