Package com.redis.riot.core
Interface Generator<T>
-
- All Known Implementing Classes:
MapGenerator
,MapWithMetadataGenerator
public interface Generator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
next(int index)
-
-
-
Method Detail
-
next
T next(int index)
-
-