Class IndexStep.MapIndexFunction
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.process.traversal.step.map.IndexStep.MapIndexFunction
-
- All Implemented Interfaces:
Serializable
,Function<Iterator<?>,Object>
public static final class IndexStep.MapIndexFunction extends Object implements Function<Iterator<?>,Object>, Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Integer,Object>
apply(Iterator<?> iterator)
static IndexStep.MapIndexFunction
instance()
-