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