Package net.officefloor.plugin.clazz
Class Sequence
- java.lang.Object
-
- net.officefloor.plugin.clazz.Sequence
-
public class Sequence extends java.lang.Object
Sequence to obtain the next index.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description Sequence()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
nextIndex()
Obtains the next index in the sequence.
-