Uses of Class
com.tagtraum.audiokern.IndexedId
-
Packages that use IndexedId Package Description com.tagtraum.audiokern Core audio classes for decoding, playing and analyzing audio data.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.com.tagtraum.ubermusic.amazon Offers access to Amazon and basic caching infrastructure.com.tagtraum.ubermusic.beatport -
-
Uses of IndexedId in com.tagtraum.audiokern
Methods in com.tagtraum.audiokern that return IndexedId Modifier and Type Method Description IndexedId[]
PlayList. getIndexedSongIds()
A complete list of sorted ids along with their natural order indices (viagetIndex()
).static IndexedId[]
IndexedId. invert(IndexedId[] ids)
Invert the mapping between sort indices (given by the array order) and natural indices (given bygetIndex()
.Methods in com.tagtraum.audiokern with parameters of type IndexedId Modifier and Type Method 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 bygetIndex()
.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. -
Uses of IndexedId in com.tagtraum.beatunes.analysis
Methods in com.tagtraum.beatunes.analysis that return IndexedId Modifier and Type Method Description IndexedId[]
HibernateTaskQueue. getIds(org.hibernate.Session session)
-
Uses of IndexedId in com.tagtraum.beatunes.library
Methods in com.tagtraum.beatunes.library that return IndexedId Modifier and Type Method Description IndexedId[]
HibernatePlayList. getIds(org.hibernate.Session session)
IndexedId[]
PageCacheDataSource. getIds(org.hibernate.Session session)
A complete list of sorted ids along with their natural indices.IndexedId[]
HibernatePlayList. getIndexedSongIds()
IndexedId[]
PlayListFacade. getIndexedSongIds()
-
Uses of IndexedId in com.tagtraum.ubermusic.amazon
Methods in com.tagtraum.ubermusic.amazon that return IndexedId Modifier and Type Method Description IndexedId[]
AmazonPlayList. getIndexedSongIds()
-
Uses of IndexedId in com.tagtraum.ubermusic.beatport
Methods in com.tagtraum.ubermusic.beatport that return IndexedId Modifier and Type Method Description IndexedId[]
BeatportPlayList. getIndexedSongIds()
-