Package | Description |
---|---|
com.tagtraum.beatunes.analysis |
Provides classes to steer the execution of analysis tasks and several analysis tasks and their editors.
|
com.tagtraum.beatunes.library |
Classes that load and manage the library.
|
Modifier and Type | Method and Description |
---|---|
IndexedId[] |
HibernateTaskQueue.getIds(org.hibernate.Session session) |
Modifier and Type | Method and Description |
---|---|
IndexedId[] |
PageCacheDataSource.getIds(org.hibernate.Session session)
A complete list of sorted ids along with their natural indices.
|
IndexedId[] |
HibernatePlayList.getIds(org.hibernate.Session session) |
IndexedId[] |
PlayListFacade.getIndexedSongIds() |
IndexedId[] |
PlayList.getIndexedSongIds()
A complete list of sorted ids along with their natural order indices (via
getIndex() ). |
IndexedId[] |
HibernatePlayList.getIndexedSongIds() |
static IndexedId[] |
IndexedId.invert(IndexedId[] ids)
Invert the mapping between sort indices (given by the array order)
and natural indices (given by
getIndex() . |
Modifier and Type | Method and Description |
---|---|
int |
IndexedId.compareTo(IndexedId that) |
static IndexedId[] |
IndexedId.invert(IndexedId[] ids)
Invert the mapping between sort indices (given by the array order)
and natural indices (given by
getIndex() . |
static long[] |
IndexedId.toSortedIds(IndexedId[] indexedSongIds)
Extracts those ids that belong to an index >=0 and returns them in the order
of the (positive) indices.
|
Copyright © 2006–2017 tagtraum industries incorporated. All rights reserved.