-
- All Implemented Interfaces:
public final class MediaOverlays.NextNodeResult
-
-
Field Summary
Fields Modifier and Type Field Description private final MediaOverlayNodefoundprivate final BooleanprevFound
-
Constructor Summary
Constructors Constructor Description MediaOverlays.NextNodeResult(MediaOverlayNode found, Boolean prevFound)
-
Method Summary
Modifier and Type Method Description final MediaOverlayNodegetFound()final BooleangetPrevFound()-
-
Constructor Detail
-
MediaOverlays.NextNodeResult
MediaOverlays.NextNodeResult(MediaOverlayNode found, Boolean prevFound)
-
-
Method Detail
-
getFound
final MediaOverlayNode getFound()
-
getPrevFound
final Boolean getPrevFound()
-
-
-
-