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