Package se.datadosen.jalbum
Class FullTreeChainedObjects
java.lang.Object
se.datadosen.jalbum.ChainedObjects
se.datadosen.jalbum.FullTreeChainedObjects
Class helping traversing a tree of album objects back and forth in a sequential order For sake of low memory usage,
you need to either pass a folder AlbumObject or the first or last AlbumObject of a folder as argument. You can either
traverse folders, non folders or any AlbumObject
- Since:
- 12.2
-
Nested Class Summary
Nested classes/interfaces inherited from class se.datadosen.jalbum.ChainedObjects
ChainedObjects.ObjectType
-
Field Summary
Fields inherited from class se.datadosen.jalbum.ChainedObjects
engine, indexMap, list
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetNext
(AlbumObject ao) getNext
(AlbumObject ao, boolean folder) getNextPath
(AlbumObject ao, boolean folder) getPrevious
(AlbumObject ao, boolean folder) getPreviousPath
(AlbumObject ao, boolean folder) Methods inherited from class se.datadosen.jalbum.ChainedObjects
qualifies, relativePath, relativePath
-
Constructor Details
-
FullTreeChainedObjects
-
-
Method Details
-
getPrevious
-
getNext
-
getPrevious
- Specified by:
getPrevious
in classChainedObjects
-
getNext
- Specified by:
getNext
in classChainedObjects
-
getPreviousPath
- Specified by:
getPreviousPath
in classChainedObjects
-
getNextPath
- Specified by:
getNextPath
in classChainedObjects
-
getPreviousPart
-
getNextPart
-