An iterator for the objects managed by the evictor. Note that an EvictorIterator is not thread-safe: the application needs to serialize access to a given EvictorIterator, for example by using it in just one thread.
Determines if the iteration has more elements.
True if the iterator has more elements, false otherwise.
Obtains the next identity in the iteration.
s The next identity in the iteration.