Package com.composum.sling.core.service
Interface PathReferencesService.HitIterator
-
- All Superinterfaces:
Iterator<PathReferencesService.Hit>
- All Known Implementing Classes:
PathReferencesServiceImpl.HitIteratorImpl
- Enclosing interface:
- PathReferencesService
public static interface PathReferencesService.HitIterator extends Iterator<PathReferencesService.Hit>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getQueryString()
Throwable
getThrowable()
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-