Package com.castlabs.sdk.thumbs
Class LoadingStrategy.EntriesIterator
- java.lang.Object
-
- com.castlabs.sdk.thumbs.LoadingStrategy.EntriesIterator
-
- All Implemented Interfaces:
Iterator<com.castlabs.sdk.thumbs.ThumbnailEntry>
- Enclosing class:
- LoadingStrategy
public static class LoadingStrategy.EntriesIterator extends Object implements Iterator<com.castlabs.sdk.thumbs.ThumbnailEntry>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
com.castlabs.sdk.thumbs.ThumbnailEntry
next()
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-