|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A result set of SongIDs
Nested Class Summary | |
static interface |
SongIDResultSet.Entry
Interface representing an entry in the set. |
Method Summary | |
void |
clearSongCache()
Clear the song caches for all entries in the set. |
SongIDResultSet |
createLinkedCopy()
Create a copy of this result set that is linked to this one. |
SongDatabase |
getDatabase()
Get the SongDatabase that created this result set. |
Collection |
getEntryCollection()
Get an immutable collection view of the entries in the set. |
SongIDResultSet.Entry |
getEntryFor(SongID songID)
Get the data associated with the given SongID. |
Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Method Detail |
public SongIDResultSet createLinkedCopy()
public SongDatabase getDatabase()
public SongIDResultSet.Entry getEntryFor(SongID songID)
songID
- SongID to query
public Collection getEntryCollection()
public void clearSongCache()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |