public class ShortProgression extends Object implements Progression<Short>
| Constructor and Description |
|---|
ShortProgression(short start,
short end,
int increment) |
public Short getStart()
getStart in interface Progression<Short>public Short getEnd()
getEnd in interface Progression<Short>public Integer getIncrement()
getIncrement in interface Progression<Short>public ShortIterator iterator()
Copyright © 2013. All Rights Reserved.